Html Css Color HEX #E09ADD Plum

📋 copy color: '#E09ADD'

red 224 ◦ green 154 ◦ blue 221

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

Shades of Plum #E09ADD

Tints of Plum #E09ADD

RGB

 RED value IS 224 (87.89% from 255) = 37.4%

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

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

R = 37.4%
G = 25.71%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E09ADD (or 0xE09ADD) is known color: Plum. HEX triplet: E0, 9A and DD. RGB value is (224,154,221). Sum of RGB (Red+Green+Blue) = 224+154+221=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 154 (60.55% from 255 or 25.71% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 224 - color contains mainly: red. Hex color #E09ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09ADD is #1F6522. Grayscale: #B6B6B6. Windows color (decimal): -2057507 or 14523104. OLE color: 14523104.

HSL color Cylindrical-coordinate representation of color #E09ADD: hue angle of 302.57º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E09ADD is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 154 221 -
CMYK 0 0.31 0.01 0.12
HSL 302.57º 0.53% 0.74% -
HSV(B) 302.57º 0.31% 0.88% -
XYZ 55.35 44.18 74.02 -
YUV 182.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 224 154 221 0 0.31 0.01 0.12 302.57 0.53 0.74
Hex E0 9A DD 0 1F 1 C 12F 35 4A
Octal 340 232 335 0 37 1 14 457 65 112
Binary 11100000 10011010 11011101 0 11111 1 1100 100101111 110101 1001010

Color Harmonies of #E09ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09ADD

Black with #E09ADD

Text Example


Text Example

White with #E09ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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