Html Css Color HEX #EA9DDE Plum

📋 copy color: '#EA9DDE'

red 234 ◦ green 157 ◦ blue 222

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

Shades of Plum #EA9DDE

Tints of Plum #EA9DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.22%

R = 38.17%
G = 25.61%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EA9DDE (or 0xEA9DDE) is known color: Plum. HEX triplet: EA, 9D and DE. RGB value is (234,157,222). Sum of RGB (Red+Green+Blue) = 234+157+222=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9DDE is #156221. Grayscale: #BBBBBB. Windows color (decimal): -1401378 or 14589418. OLE color: 14589418.

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

Color convert

RGB 234 157 222 -
CMYK 0 0.33 0.05 0.08
HSL 309.35º 0.65% 0.77% -
HSV(B) 309.35º 0.33% 0.92% -
XYZ 59.17 46.88 75.04 -
YUV 187.43 147.51 161.21 -
System Red Green Blue C M Y K H S L
Decimal 234 157 222 0 0.33 0.05 0.08 309.35 0.65 0.77
Hex EA 9D DE 0 21 5 8 135 41 4D
Octal 352 235 336 0 41 5 10 465 101 115
Binary 11101010 10011101 11011110 0 100001 101 1000 100110101 1000001 1001101

Color Harmonies of #EA9DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9DDE

Black with #EA9DDE

Text Example


Text Example

White with #EA9DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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