Html Css Color HEX #EA9CEA Plum

📋 copy color: '#EA9CEA'

red 234 ◦ green 156 ◦ blue 234

#EA9CEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #EA9CEA

Tints of Plum #EA9CEA

RGB

 RED value IS 234 (91.8% from 255) = 37.5%

 GREEN value IS 156 (61.33% from 255) = 25%

 BLUE value IS 234 (91.8% from 255) = 37.5%

R = 37.5%
G = 25%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EA9CEA (or 0xEA9CEA) is known color: Plum. HEX triplet: EA, 9C and EA. RGB value is (234,156,234). Sum of RGB (Red+Green+Blue) = 234+156+234=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 156 (61.33% from 255 or 25% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA9CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9CEA is #156315. Grayscale: #BBBBBB. Windows color (decimal): -1401622 or 15375594. OLE color: 15375594.

HSL color Cylindrical-coordinate representation of color #EA9CEA: hue angle of 300º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9CEA is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 156 234 -
CMYK 0 0.33 0 0.08
HSL 300º 0.65% 0.76% -
HSV(B) 300º 0.33% 0.92% -
XYZ 60.67 47.21 83.76 -
YUV 188.21 153.84 160.66 -
System Red Green Blue C M Y K H S L
Decimal 234 156 234 0 0.33 0 0.08 300 0.65 0.76
Hex EA 9C EA 0 21 0 8 12C 41 4C
Octal 352 234 352 0 41 0 10 454 101 114
Binary 11101010 10011100 11101010 0 100001 0 1000 100101100 1000001 1001100

Color Harmonies of #EA9CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9CEA

Black with #EA9CEA

Text Example


Text Example

White with #EA9CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9CEA; }

 p { color: rgb(234,156,234); }

 H1.HeaderClassName
 {
   color: #EA9CEA;
 }
 .AnyTagClassName
 {
   color: #EA9CEA;
 }
</style>

background-color css

<style>
 a { background-color: #EA9CEA; }

 a { background-color: rgb(234,156,234); }

 div.DivClassName
 {
   background-color: #EA9CEA;
 }
 .BgClassName
 {
   background-color: #EA9CEA;
 }
</style>

border-color css

<style>
 span { border-color: #EA9CEA; }

 span { border-color: rgb(234,156,234); }

 td.TdClassName
 {
   border-color: #EA9CEA;
 }
 .TagClassName
 {
   border-color: #EA9CEA;
 }
</style>