Html Css Color HEX #EA9FEC Plum

📋 copy color: '#EA9FEC'

red 234 ◦ green 159 ◦ blue 236

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

Shades of Plum #EA9FEC

Tints of Plum #EA9FEC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.28%

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

R = 37.2%
G = 25.28%
B = 37.52%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EA9FEC (or 0xEA9FEC) is known color: Plum. HEX triplet: EA, 9F and EC. RGB value is (234,159,236). Sum of RGB (Red+Green+Blue) = 234+159+236=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 159 (62.5% from 255 or 25.28% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA9FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FEC is #156013. Grayscale: #BDBDBD. Windows color (decimal): -1400852 or 15507434. OLE color: 15507434.

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

Color convert

RGB 234 159 236 -
CMYK 0.01 0.33 0 0.07
HSL 298.44º 0.67% 0.77% -
HSV(B) 298.44º 0.33% 0.93% -
XYZ 61.47 48.34 85.45 -
YUV 190.2 153.85 159.24 -
System Red Green Blue C M Y K H S L
Decimal 234 159 236 0.01 0.33 0 0.07 298.44 0.67 0.77
Hex EA 9F EC 1 21 0 7 12A 43 4D
Octal 352 237 354 1 41 0 7 452 103 115
Binary 11101010 10011111 11101100 1 100001 0 111 100101010 1000011 1001101

Color Harmonies of #EA9FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9FEC

Black with #EA9FEC

Text Example


Text Example

White with #EA9FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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