Html Css Color HEX #EA9EEA Plum

📋 copy color: '#EA9EEA'

red 234 ◦ green 158 ◦ blue 234

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

Shades of Plum #EA9EEA

Tints of Plum #EA9EEA

RGB

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

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

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

R = 37.38%
G = 25.24%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EA9EEA (or 0xEA9EEA) is known color: Plum. HEX triplet: EA, 9E and EA. RGB value is (234,158,234). Sum of RGB (Red+Green+Blue) = 234+158+234=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 158 (62.11% from 255 or 25.24% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA9EEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9EEA is #156115. Grayscale: #BDBDBD. Windows color (decimal): -1401110 or 15376106. OLE color: 15376106.

HSL color Cylindrical-coordinate representation of color #EA9EEA: hue angle of 300º 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 #EA9EEA is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 158 234 -
CMYK 0 0.32 0 0.08
HSL 300º 0.64% 0.77% -
HSV(B) 300º 0.32% 0.92% -
XYZ 61.01 47.89 83.87 -
YUV 189.39 153.18 159.82 -
System Red Green Blue C M Y K H S L
Decimal 234 158 234 0 0.32 0 0.08 300 0.64 0.77
Hex EA 9E EA 0 20 0 8 12C 40 4D
Octal 352 236 352 0 40 0 10 454 100 115
Binary 11101010 10011110 11101010 0 100000 0 1000 100101100 1000000 1001101

Color Harmonies of #EA9EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9EEA

Black with #EA9EEA

Text Example


Text Example

White with #EA9EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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