Html Css Color HEX #EA9EEC Plum

📋 copy color: '#EA9EEC'

red 234 ◦ green 158 ◦ blue 236

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

Shades of Plum #EA9EEC

Tints of Plum #EA9EEC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.16%

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

R = 37.26%
G = 25.16%
B = 37.58%

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

#EA9EEC (or 0xEA9EEC) is known color: Plum. HEX triplet: EA, 9E and EC. RGB value is (234,158,236). Sum of RGB (Red+Green+Blue) = 234+158+236=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 158 (62.11% from 255 or 25.16% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA9EEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9EEC is #156113. Grayscale: #BDBDBD. Windows color (decimal): -1401108 or 15507178. OLE color: 15507178.

HSL color Cylindrical-coordinate representation of color #EA9EEC: hue angle of 298.46º 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 #EA9EEC is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 158 236 -
CMYK 0.01 0.33 0 0.07
HSL 298.46º 0.67% 0.77% -
HSV(B) 298.46º 0.33% 0.93% -
XYZ 61.3 48 85.39 -
YUV 189.62 154.18 159.66 -
System Red Green Blue C M Y K H S L
Decimal 234 158 236 0.01 0.33 0 0.07 298.46 0.67 0.77
Hex EA 9E EC 1 21 0 7 12A 43 4D
Octal 352 236 354 1 41 0 7 452 103 115
Binary 11101010 10011110 11101100 1 100001 0 111 100101010 1000011 1001101

Color Harmonies of #EA9EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9EEC

Black with #EA9EEC

Text Example


Text Example

White with #EA9EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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