Html Css Color HEX #EA9DDD Plum

📋 copy color: '#EA9DDD'

red 234 ◦ green 157 ◦ blue 221

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

Shades of Plum #EA9DDD

Tints of Plum #EA9DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.11%

R = 38.24%
G = 25.65%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA9DDD (or 0xEA9DDD) is known color: Plum. HEX triplet: EA, 9D and DD. RGB value is (234,157,221). Sum of RGB (Red+Green+Blue) = 234+157+221=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 157 (61.72% from 255 or 25.65% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9DDD is #156222. Grayscale: #BBBBBB. Windows color (decimal): -1401379 or 14523882. OLE color: 14523882.

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

Color convert

RGB 234 157 221 -
CMYK 0 0.33 0.06 0.08
HSL 310.13º 0.65% 0.77% -
HSV(B) 310.13º 0.33% 0.92% -
XYZ 59.04 46.83 74.33 -
YUV 187.32 147.01 161.3 -
System Red Green Blue C M Y K H S L
Decimal 234 157 221 0 0.33 0.06 0.08 310.13 0.65 0.77
Hex EA 9D DD 0 21 6 8 136 41 4D
Octal 352 235 335 0 41 6 10 466 101 115
Binary 11101010 10011101 11011101 0 100001 110 1000 100110110 1000001 1001101

Color Harmonies of #EA9DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9DDD

Black with #EA9DDD

Text Example


Text Example

White with #EA9DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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