Html Css Color HEX #E09EE1 Plum

📋 copy color: '#E09EE1'

red 224 ◦ green 158 ◦ blue 225

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

Shades of Plum #E09EE1

Tints of Plum #E09EE1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.03%

 BLUE value IS 225 (88.28% from 255) = 37.07%

R = 36.9%
G = 26.03%
B = 37.07%

CMYK

 C value IS 0.00

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E09EE1 (or 0xE09EE1) is known color: Plum. HEX triplet: E0, 9E and E1. RGB value is (224,158,225). Sum of RGB (Red+Green+Blue) = 224+158+225=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 225 - color contains mainly: blue. Hex color #E09EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09EE1 is #1F611E. Grayscale: #B9B9B9. Windows color (decimal): -2056479 or 14786272. OLE color: 14786272.

HSL color Cylindrical-coordinate representation of color #E09EE1: hue angle of 299.1º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09EE1 is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 158 225 -
CMYK 0.00 0.30 0 0.12
HSL 299.1º 0.53% 0.75% -
HSV(B) 299.1º 0.3% 0.88% -
XYZ 56.56 45.74 77.08 -
YUV 185.37 150.37 155.55 -
System Red Green Blue C M Y K H S L
Decimal 224 158 225 0.00 0.30 0 0.12 299.1 0.53 0.75
Hex E0 9E E1 0 1E 0 C 12B 35 4B
Octal 340 236 341 0 36 0 14 453 65 113
Binary 11100000 10011110 11100001 0 11110 0 1100 100101011 110101 1001011

Color Harmonies of #E09EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09EE1

Black with #E09EE1

Text Example


Text Example

White with #E09EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09EE1; }

 p { color: rgb(224,158,225); }

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

background-color css

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

 a { background-color: rgb(224,158,225); }

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

border-color css

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

 span { border-color: rgb(224,158,225); }

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