Html Css Color HEX #EA9ADD Plum

📋 copy color: '#EA9ADD'

red 234 ◦ green 154 ◦ blue 221

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

Shades of Plum #EA9ADD

Tints of Plum #EA9ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.29%

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

R = 38.42%
G = 25.29%
B = 36.29%

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

#EA9ADD (or 0xEA9ADD) is known color: Plum. HEX triplet: EA, 9A and DD. RGB value is (234,154,221). Sum of RGB (Red+Green+Blue) = 234+154+221=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 154 (60.55% from 255 or 25.29% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9ADD is #156522. Grayscale: #B9B9B9. Windows color (decimal): -1402147 or 14523114. OLE color: 14523114.

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

Color convert

RGB 234 154 221 -
CMYK 0 0.34 0.06 0.08
HSL 309.75º 0.66% 0.76% -
HSV(B) 309.75º 0.34% 0.92% -
XYZ 58.54 45.82 74.17 -
YUV 185.56 148 162.55 -
System Red Green Blue C M Y K H S L
Decimal 234 154 221 0 0.34 0.06 0.08 309.75 0.66 0.76
Hex EA 9A DD 0 22 6 8 136 42 4C
Octal 352 232 335 0 42 6 10 466 102 114
Binary 11101010 10011010 11011101 0 100010 110 1000 100110110 1000010 1001100

Color Harmonies of #EA9ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9ADD

Black with #EA9ADD

Text Example


Text Example

White with #EA9ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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