Html Css Color HEX #EA9EE9 Plum

📋 copy color: '#EA9EE9'

red 234 ◦ green 158 ◦ blue 233

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

Shades of Plum #EA9EE9

Tints of Plum #EA9EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.28%

R = 37.44%
G = 25.28%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EA9EE9 (or 0xEA9EE9) is known color: Plum. HEX triplet: EA, 9E and E9. RGB value is (234,158,233). Sum of RGB (Red+Green+Blue) = 234+158+233=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 158 (62.11% from 255 or 25.28% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9EE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9EE9 is #156116. Grayscale: #BDBDBD. Windows color (decimal): -1401111 or 15310570. OLE color: 15310570.

HSL color Cylindrical-coordinate representation of color #EA9EE9: hue angle of 300.79º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EA9EE9 is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 158 233 -
CMYK 0 0.32 0.00 0.08
HSL 300.79º 0.64% 0.77% -
HSV(B) 300.79º 0.32% 0.92% -
XYZ 60.87 47.83 83.11 -
YUV 189.27 152.68 159.9 -
System Red Green Blue C M Y K H S L
Decimal 234 158 233 0 0.32 0.00 0.08 300.79 0.64 0.77
Hex EA 9E E9 0 20 0 8 12D 40 4D
Octal 352 236 351 0 40 0 10 455 100 115
Binary 11101010 10011110 11101001 0 100000 0 1000 100101101 1000000 1001101

Color Harmonies of #EA9EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9EE9

Black with #EA9EE9

Text Example


Text Example

White with #EA9EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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