Html Css Color HEX #EA9CEC Plum

📋 copy color: '#EA9CEC'

red 234 ◦ green 156 ◦ blue 236

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

Shades of Plum #EA9CEC

Tints of Plum #EA9CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.7%

R = 37.38%
G = 24.92%
B = 37.7%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EA9CEC (or 0xEA9CEC) is known color: Plum. HEX triplet: EA, 9C and EC. RGB value is (234,156,236). Sum of RGB (Red+Green+Blue) = 234+156+236=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 156 (61.33% from 255 or 24.92% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA9CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9CEC is #156313. Grayscale: #BCBCBC. Windows color (decimal): -1401620 or 15506666. OLE color: 15506666.

HSL color Cylindrical-coordinate representation of color #EA9CEC: hue angle of 298.5º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9CEC is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 156 236 -
CMYK 0.01 0.34 0 0.07
HSL 298.5º 0.68% 0.77% -
HSV(B) 298.5º 0.34% 0.93% -
XYZ 60.96 47.33 85.28 -
YUV 188.44 154.84 160.5 -
System Red Green Blue C M Y K H S L
Decimal 234 156 236 0.01 0.34 0 0.07 298.5 0.68 0.77
Hex EA 9C EC 1 22 0 7 12A 44 4D
Octal 352 234 354 1 42 0 7 452 104 115
Binary 11101010 10011100 11101100 1 100010 0 111 100101010 1000100 1001101

Color Harmonies of #EA9CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9CEC

Black with #EA9CEC

Text Example


Text Example

White with #EA9CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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