Html Css Color HEX #E091D9 Plum

📋 copy color: '#E091D9'

red 224 ◦ green 145 ◦ blue 217

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

Shades of Plum #E091D9

Tints of Plum #E091D9

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.74%

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

R = 38.23%
G = 24.74%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E091D9 (or 0xE091D9) is known color: Plum. HEX triplet: E0, 91 and D9. RGB value is (224,145,217). Sum of RGB (Red+Green+Blue) = 224+145+217=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 224 - color contains mainly: red. Hex color #E091D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E091D9 is #1F6E26. Grayscale: #B0B0B0. Windows color (decimal): -2059815 or 14258656. OLE color: 14258656.

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

Color convert

RGB 224 145 217 -
CMYK 0 0.35 0.03 0.12
HSL 305.32º 0.56% 0.72% -
HSV(B) 305.32º 0.35% 0.88% -
XYZ 53.39 41.11 70.77 -
YUV 176.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 224 145 217 0 0.35 0.03 0.12 305.32 0.56 0.72
Hex E0 91 D9 0 23 3 C 131 38 48
Octal 340 221 331 0 43 3 14 461 70 110
Binary 11100000 10010001 11011001 0 100011 11 1100 100110001 111000 1001000

Color Harmonies of #E091D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E091D9

Black with #E091D9

Text Example


Text Example

White with #E091D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E091D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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