Html Css Color HEX #EA9DEE Plum

📋 copy color: '#EA9DEE'

red 234 ◦ green 157 ◦ blue 238

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

Shades of Plum #EA9DEE

Tints of Plum #EA9DEE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.96%

 BLUE value IS 238 (93.36% from 255) = 37.84%

R = 37.2%
G = 24.96%
B = 37.84%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EA9DEE (or 0xEA9DEE) is known color: Plum. HEX triplet: EA, 9D and EE. RGB value is (234,157,238). Sum of RGB (Red+Green+Blue) = 234+157+238=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 157 (61.72% from 255 or 24.96% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #EA9DEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9DEE is #156211. Grayscale: #BDBDBD. Windows color (decimal): -1401362 or 15637994. OLE color: 15637994.

HSL color Cylindrical-coordinate representation of color #EA9DEE: hue angle of 297.04º degrees, saturation: 0.7, 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 #EA9DEE is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 157 238 -
CMYK 0.02 0.34 0 0.07
HSL 297.04º 0.7% 0.77% -
HSV(B) 297.04º 0.34% 0.93% -
XYZ 61.42 47.78 86.87 -
YUV 189.26 155.51 159.91 -
System Red Green Blue C M Y K H S L
Decimal 234 157 238 0.02 0.34 0 0.07 297.04 0.7 0.77
Hex EA 9D EE 2 22 0 7 129 46 4D
Octal 352 235 356 2 42 0 7 451 106 115
Binary 11101010 10011101 11101110 10 100010 0 111 100101001 1000110 1001101

Color Harmonies of #EA9DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9DEE

Black with #EA9DEE

Text Example


Text Example

White with #EA9DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9DEE; }

 p { color: rgb(234,157,238); }

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

background-color css

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

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

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

border-color css

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

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

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