Html Css Color HEX #E091CE Plum

📋 copy color: '#E091CE'

red 224 ◦ green 145 ◦ blue 206

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

Shades of Plum #E091CE

Tints of Plum #E091CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.83%

R = 38.96%
G = 25.22%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E091CE (or 0xE091CE) is known color: Plum. HEX triplet: E0, 91 and CE. RGB value is (224,145,206). Sum of RGB (Red+Green+Blue) = 224+145+206=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 145 (57.03% from 255 or 25.22% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E091CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E091CE is #1F6E31. Grayscale: #AFAFAF. Windows color (decimal): -2059826 or 13537760. OLE color: 13537760.

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

Color convert

RGB 224 145 206 -
CMYK 0 0.35 0.08 0.12
HSL 313.67º 0.56% 0.72% -
HSV(B) 313.67º 0.35% 0.88% -
XYZ 52.01 40.55 63.48 -
YUV 175.58 145.17 162.54 -
System Red Green Blue C M Y K H S L
Decimal 224 145 206 0 0.35 0.08 0.12 313.67 0.56 0.72
Hex E0 91 CE 0 23 8 C 13A 38 48
Octal 340 221 316 0 43 10 14 472 70 110
Binary 11100000 10010001 11001110 0 100011 1000 1100 100111010 111000 1001000

Color Harmonies of #E091CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E091CE

Black with #E091CE

Text Example


Text Example

White with #E091CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E091CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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