Html Css Color HEX #E09EE0 Plum

📋 copy color: '#E09EE0'

red 224 ◦ green 158 ◦ blue 224

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

Shades of Plum #E09EE0

Tints of Plum #E09EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.96%

R = 36.96%
G = 26.07%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E09EE0 (or 0xE09EE0) is known color: Plum. HEX triplet: E0, 9E and E0. RGB value is (224,158,224). Sum of RGB (Red+Green+Blue) = 224+158+224=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 158 (62.11% from 255 or 26.07% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E09EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09EE0 is #1F611F. Grayscale: #B9B9B9. Windows color (decimal): -2056480 or 14720736. OLE color: 14720736.

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

Color convert

RGB 224 158 224 -
CMYK 0 0.29 0 0.12
HSL 300º 0.52% 0.75% -
HSV(B) 300º 0.29% 0.88% -
XYZ 56.42 45.68 76.36 -
YUV 185.26 149.87 155.63 -
System Red Green Blue C M Y K H S L
Decimal 224 158 224 0 0.29 0 0.12 300 0.52 0.75
Hex E0 9E E0 0 1D 0 C 12C 34 4B
Octal 340 236 340 0 35 0 14 454 64 113
Binary 11100000 10011110 11100000 0 11101 0 1100 100101100 110100 1001011

Color Harmonies of #E09EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09EE0

Black with #E09EE0

Text Example


Text Example

White with #E09EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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