Html Css Color HEX #E091D4 Plum

📋 copy color: '#E091D4'

red 224 ◦ green 145 ◦ blue 212

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

Shades of Plum #E091D4

Tints of Plum #E091D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.49%

R = 38.55%
G = 24.96%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E091D4 (or 0xE091D4) is known color: Plum. HEX triplet: E0, 91 and D4. RGB value is (224,145,212). Sum of RGB (Red+Green+Blue) = 224+145+212=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 224 - color contains mainly: red. Hex color #E091D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E091D4 is #1F6E2B. Grayscale: #B0B0B0. Windows color (decimal): -2059820 or 13930976. OLE color: 13930976.

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

Color convert

RGB 224 145 212 -
CMYK 0 0.35 0.05 0.12
HSL 309.11º 0.56% 0.72% -
HSV(B) 309.11º 0.35% 0.88% -
XYZ 52.75 40.85 67.39 -
YUV 176.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 224 145 212 0 0.35 0.05 0.12 309.11 0.56 0.72
Hex E0 91 D4 0 23 5 C 135 38 48
Octal 340 221 324 0 43 5 14 465 70 110
Binary 11100000 10010001 11010100 0 100011 101 1100 100110101 111000 1001000

Color Harmonies of #E091D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E091D4

Black with #E091D4

Text Example


Text Example

White with #E091D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E091D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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