Html Css Color HEX #E08AD9 Plum

📋 copy color: '#E08AD9'

red 224 ◦ green 138 ◦ blue 217

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

Shades of Plum #E08AD9

Tints of Plum #E08AD9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.83%

 BLUE value IS 217 (85.16% from 255) = 37.48%

R = 38.69%
G = 23.83%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E08AD9 (or 0xE08AD9) is known color: Plum. HEX triplet: E0, 8A and D9. RGB value is (224,138,217). Sum of RGB (Red+Green+Blue) = 224+138+217=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 138 (54.30% from 255 or 23.83% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 224 - color contains mainly: red. Hex color #E08AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08AD9 is #1F7526. Grayscale: #ACACAC. Windows color (decimal): -2061607 or 14256864. OLE color: 14256864.

HSL color Cylindrical-coordinate representation of color #E08AD9: hue angle of 304.88º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08AD9 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 138 217 -
CMYK 0 0.38 0.03 0.12
HSL 304.88º 0.58% 0.71% -
HSV(B) 304.88º 0.38% 0.88% -
XYZ 52.35 39.03 70.42 -
YUV 172.72 152.99 164.58 -
System Red Green Blue C M Y K H S L
Decimal 224 138 217 0 0.38 0.03 0.12 304.88 0.58 0.71
Hex E0 8A D9 0 26 3 C 131 3A 47
Octal 340 212 331 0 46 3 14 461 72 107
Binary 11100000 10001010 11011001 0 100110 11 1100 100110001 111010 1000111

Color Harmonies of #E08AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08AD9

Black with #E08AD9

Text Example


Text Example

White with #E08AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08AD9; }

 p { color: rgb(224,138,217); }

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

background-color css

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

 a { background-color: rgb(224,138,217); }

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

border-color css

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

 span { border-color: rgb(224,138,217); }

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