Html Css Color HEX #E09BEB Plum

📋 copy color: '#E09BEB'

red 224 ◦ green 155 ◦ blue 235

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

Shades of Plum #E09BEB

Tints of Plum #E09BEB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.24%

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

R = 36.48%
G = 25.24%
B = 38.27%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E09BEB (or 0xE09BEB) is known color: Plum. HEX triplet: E0, 9B and EB. RGB value is (224,155,235). Sum of RGB (Red+Green+Blue) = 224+155+235=614 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.48% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #E09BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09BEB is #1F6414. Grayscale: #B8B8B8. Windows color (decimal): -2057237 or 15440864. OLE color: 15440864.

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

Color convert

RGB 224 155 235 -
CMYK 0.05 0.34 0 0.08
HSL 291.75º 0.67% 0.76% -
HSV(B) 291.75º 0.34% 0.92% -
XYZ 57.46 45.29 84.31 -
YUV 184.75 156.36 156 -
System Red Green Blue C M Y K H S L
Decimal 224 155 235 0.05 0.34 0 0.08 291.75 0.67 0.76
Hex E0 9B EB 5 22 0 8 124 43 4C
Octal 340 233 353 5 42 0 10 444 103 114
Binary 11100000 10011011 11101011 101 100010 0 1000 100100100 1000011 1001100

Color Harmonies of #E09BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09BEB

Black with #E09BEB

Text Example


Text Example

White with #E09BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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