COLOR #EA83E0

HEX: #EA83E0 RGB: (234,131,224)

Color info

#EA83E0 contains mainly red and blue colors. Web safe color of #EA83E0 is #FF99CC (or #F9C).

RGB color model

#EA83E0 color RGB value is (234,131,224).

RGB: (234,131,224) (92%, 51%, 88%)

RGB channels and saturation

R 234 of 255 = 92%
G 131 of 255 = 51%
B 224 of 255 = 88%

234
131
224

R + G + B ~ 77%. #EA83E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 131 + 224 = 589 (100%)
R 234 of 589 ~ 39.73%
G 131 of 589 ~ 22.24%
B 224 of 589 ~ 38.03'%

%39.73
%22.24
%38.03

CMYK color model

#EA83E0 color CMYK value is (0,44,4,8).

  • cyan value is 0.00%
  • magenta value is 44.02%
  • yellow value is 4.27%
  • key color value is 8.24%

CMYK: (0,44,4,8)
C0M44Y4K8 (0%, 44%, 4%, 8%)
(0.00 / 0.44 / 0.04 / 0.08)

CMYK percentages

%0
%44.02
%4.27
%8.24

Codes

Color #EA83E0 in popluar color models

EA 83 E0
RGB 234 131 224
HSL 306° 71.03% 71.57%
HSB/HSV 306° 44.02% 91.76%
CMYK 0.00% 44.02% 4.27%
8.24%

Color #EA83E0 in popluar number systems.

HEX EA 83 E0
Decimal 234 131 224
Binary 11101010 10000011 11100000
Octal 352 203 340

Shades and tints

Shades of #EA83E0

#EA83E0
(234,131,224)
#D578CC
(213,120,204)
#C06DB8
(192,109,184)
#AB62A4
(171,98,164)
#965790
(150,87,144)
#814C7C
(129,76,124)
#6C4168
(108,65,104)
#573654
(87,54,84)
#422B40
(66,43,64)
#2D202C
(45,32,44)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #EA83E0

#EA83E0
(234,131,224)
#EB8EE2
(235,142,226)
#EC99E4
(236,153,228)
#EDA4E6
(237,164,230)
#EEAFE8
(238,175,232)
#EFBAEA
(239,186,234)
#F0C5EC
(240,197,236)
#F1D0EE
(241,208,238)
#F2DBF0
(242,219,240)
#F3E6F2
(243,230,242)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA83E0 color. Also use rgb(234,131,224) instead hex code.

Text Font Color

.myTextColor { color: #EA83E0; }

<p style="color:#EA83E0">This sample text font color is #EA83E0.</p>

This text font color is #EA83E0.

Background Color

.myBgColor { background-color: #EA83E0; }

<div style="background-color:#EA83E0">Inner text</div>

This div background color is #EA83E0.

Border color

.myBorderColor { border: 1px solid #EA83E0; }

<div style="border:3px solid #EA83E0">Div</div>

This div border color is #EA83E0.

Opacity

.myOpacity80 { color: #EA83E0; opacity: 0.8; }

<p style="color:#EA83E0;opacity:0.8;">80%</p>

Text with #EA83E0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EA83E0;}

<p style="text-shadow: 3px 3px 1px #EA83E0">Text here.</p>

This text has shadow with #EA83E0 color.


.textShadow {text-shadow: 3px 3px 1px #EA83E0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EA83E0, 5px 5px 20px red">Text here.</p>

This text has shadow with #EA83E0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EA83E0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EA83E0, Direction=45, Strength=4)">Text</p>

This text has shadow with #EA83E0 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EA83E0;
-webkit-box-shadow: 1px 1px 3px 2px #EA83E0;
box-shadow: 1px 1px 3px 2px #EA83E0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EA83E0; -webkit-box-shadow: 1px 1px 3px 2px #EA83E0; box-shadow:1px 1px 3px 2px #EA83E0;">
Div content here
</div>

This div box has shadow with color #EA83E0.

Preview

Color preview on black background

This text has color #EA83E0 on black background.


Color preview on white background

This text has color #EA83E0 on white background.


Black color preview on #EA83E0 background

This text has black color on #EA83E0 background.


White color preview on #EA83E0 background

This text has white color on #EA83E0 background.


Related colors

Complementary color

Complementary color for #hex is #157C1F.


I love getcolorcode.com

Triadic colors

1 #E0EA83 and #83E0EA with #EA83E0 are triadic colors.

2 #E083EA and #83EAE0 with #EA83E0 are triadic colors.