Html Css Color HEX #E09EE5 Plum

📋 copy color: '#E09EE5'

red 224 ◦ green 158 ◦ blue 229

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

Shades of Plum #E09EE5

Tints of Plum #E09EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.48%

R = 36.66%
G = 25.86%
B = 37.48%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E09EE5 (or 0xE09EE5) is known color: Plum. HEX triplet: E0, 9E and E5. RGB value is (224,158,229). Sum of RGB (Red+Green+Blue) = 224+158+229=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #E09EE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09EE5 is #1F611A. Grayscale: #B9B9B9. Windows color (decimal): -2056475 or 15048416. OLE color: 15048416.

HSL color Cylindrical-coordinate representation of color #E09EE5: hue angle of 295.77º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E09EE5 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 158 229 -
CMYK 0.02 0.31 0 0.10
HSL 295.77º 0.58% 0.76% -
HSV(B) 295.77º 0.31% 0.9% -
XYZ 57.11 45.96 79.99 -
YUV 185.83 152.37 155.23 -
System Red Green Blue C M Y K H S L
Decimal 224 158 229 0.02 0.31 0 0.10 295.77 0.58 0.76
Hex E0 9E E5 2 1F 0 A 128 3A 4C
Octal 340 236 345 2 37 0 12 450 72 114
Binary 11100000 10011110 11100101 10 11111 0 1010 100101000 111010 1001100

Color Harmonies of #E09EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09EE5

Black with #E09EE5

Text Example


Text Example

White with #E09EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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