Html Css Color HEX #E091D2 Plum

📋 copy color: '#E091D2'

red 224 ◦ green 145 ◦ blue 210

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

Shades of Plum #E091D2

Tints of Plum #E091D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.27%

R = 38.69%
G = 25.04%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E091D2 (or 0xE091D2) is known color: Plum. HEX triplet: E0, 91 and D2. RGB value is (224,145,210). Sum of RGB (Red+Green+Blue) = 224+145+210=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 224 - color contains mainly: red. Hex color #E091D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E091D2 is #1F6E2D. Grayscale: #AFAFAF. Windows color (decimal): -2059822 or 13799904. OLE color: 13799904.

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

Color convert

RGB 224 145 210 -
CMYK 0 0.35 0.06 0.12
HSL 310.63º 0.56% 0.72% -
HSV(B) 310.63º 0.35% 0.88% -
XYZ 52.5 40.75 66.07 -
YUV 176.03 147.17 162.21 -
System Red Green Blue C M Y K H S L
Decimal 224 145 210 0 0.35 0.06 0.12 310.63 0.56 0.72
Hex E0 91 D2 0 23 6 C 137 38 48
Octal 340 221 322 0 43 6 14 467 70 110
Binary 11100000 10010001 11010010 0 100011 110 1100 100110111 111000 1001000

Color Harmonies of #E091D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E091D2

Black with #E091D2

Text Example


Text Example

White with #E091D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E091D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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