Html Css Color HEX #E09EEB Plum

📋 copy color: '#E09EEB'

red 224 ◦ green 158 ◦ blue 235

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

Shades of Plum #E09EEB

Tints of Plum #E09EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.09%

R = 36.3%
G = 25.61%
B = 38.09%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E09EEB (or 0xE09EEB) is known color: Plum. HEX triplet: E0, 9E and EB. RGB value is (224,158,235). Sum of RGB (Red+Green+Blue) = 224+158+235=617 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.30% from 617); Green value is 158 (62.11% from 255 or 25.61% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #E09EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09EEB is #1F6114. Grayscale: #BABABA. Windows color (decimal): -2056469 or 15441632. OLE color: 15441632.

HSL color Cylindrical-coordinate representation of color #E09EEB: hue angle of 291.43º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E09EEB is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 158 235 -
CMYK 0.05 0.33 0 0.08
HSL 291.43º 0.66% 0.77% -
HSV(B) 291.43º 0.33% 0.92% -
XYZ 57.96 46.3 84.48 -
YUV 186.51 155.37 154.74 -
System Red Green Blue C M Y K H S L
Decimal 224 158 235 0.05 0.33 0 0.08 291.43 0.66 0.77
Hex E0 9E EB 5 21 0 8 123 42 4D
Octal 340 236 353 5 41 0 10 443 102 115
Binary 11100000 10011110 11101011 101 100001 0 1000 100100011 1000010 1001101

Color Harmonies of #E09EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09EEB

Black with #E09EEB

Text Example


Text Example

White with #E09EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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