Html Css Color HEX #EA9BDD Plum

📋 copy color: '#EA9BDD'

red 234 ◦ green 155 ◦ blue 221

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

Shades of Plum #EA9BDD

Tints of Plum #EA9BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.41%

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

R = 38.36%
G = 25.41%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA9BDD (or 0xEA9BDD) is known color: Plum. HEX triplet: EA, 9B and DD. RGB value is (234,155,221). Sum of RGB (Red+Green+Blue) = 234+155+221=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9BDD is #156422. Grayscale: #B9B9B9. Windows color (decimal): -1401891 or 14523370. OLE color: 14523370.

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

Color convert

RGB 234 155 221 -
CMYK 0 0.34 0.06 0.08
HSL 309.87º 0.65% 0.76% -
HSV(B) 309.87º 0.34% 0.92% -
XYZ 58.7 46.16 74.22 -
YUV 186.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 234 155 221 0 0.34 0.06 0.08 309.87 0.65 0.76
Hex EA 9B DD 0 22 6 8 136 41 4C
Octal 352 233 335 0 42 6 10 466 101 114
Binary 11101010 10011011 11011101 0 100010 110 1000 100110110 1000001 1001100

Color Harmonies of #EA9BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9BDD

Black with #EA9BDD

Text Example


Text Example

White with #EA9BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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