Html Css Color HEX #E09AD7 Plum

📋 copy color: '#E09AD7'

red 224 ◦ green 154 ◦ blue 215

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

Shades of Plum #E09AD7

Tints of Plum #E09AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.26%

R = 37.77%
G = 25.97%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E09AD7 (or 0xE09AD7) is known color: Plum. HEX triplet: E0, 9A and D7. RGB value is (224,154,215). Sum of RGB (Red+Green+Blue) = 224+154+215=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09AD7 is #1F6528. Grayscale: #B5B5B5. Windows color (decimal): -2057513 or 14129888. OLE color: 14129888.

HSL color Cylindrical-coordinate representation of color #E09AD7: hue angle of 307.71º 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 #E09AD7 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 154 215 -
CMYK 0 0.31 0.04 0.12
HSL 307.71º 0.53% 0.74% -
HSV(B) 307.71º 0.31% 0.88% -
XYZ 54.56 43.86 69.88 -
YUV 181.88 146.69 158.04 -
System Red Green Blue C M Y K H S L
Decimal 224 154 215 0 0.31 0.04 0.12 307.71 0.53 0.74
Hex E0 9A D7 0 1F 4 C 134 35 4A
Octal 340 232 327 0 37 4 14 464 65 112
Binary 11100000 10011010 11010111 0 11111 100 1100 100110100 110101 1001010

Color Harmonies of #E09AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09AD7

Black with #E09AD7

Text Example


Text Example

White with #E09AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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