Html Css Color HEX #E09DEB Plum

📋 copy color: '#E09DEB'

red 224 ◦ green 157 ◦ blue 235

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

Shades of Plum #E09DEB

Tints of Plum #E09DEB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.49%

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

R = 36.36%
G = 25.49%
B = 38.15%

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

#E09DEB (or 0xE09DEB) is known color: Plum. HEX triplet: E0, 9D and EB. RGB value is (224,157,235). Sum of RGB (Red+Green+Blue) = 224+157+235=616 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.36% from 616); Green value is 157 (61.72% from 255 or 25.49% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #E09DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09DEB is #1F6214. Grayscale: #B9B9B9. Windows color (decimal): -2056725 or 15441376. OLE color: 15441376.

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

Color convert

RGB 224 157 235 -
CMYK 0.05 0.33 0 0.08
HSL 291.54º 0.66% 0.77% -
HSV(B) 291.54º 0.33% 0.92% -
XYZ 57.79 45.96 84.42 -
YUV 185.93 155.7 155.16 -
System Red Green Blue C M Y K H S L
Decimal 224 157 235 0.05 0.33 0 0.08 291.54 0.66 0.77
Hex E0 9D EB 5 21 0 8 124 42 4D
Octal 340 235 353 5 41 0 10 444 102 115
Binary 11100000 10011101 11101011 101 100001 0 1000 100100100 1000010 1001101

Color Harmonies of #E09DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09DEB

Black with #E09DEB

Text Example


Text Example

White with #E09DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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