Html Css Color HEX #E09AEB Plum

📋 copy color: '#E09AEB'

red 224 ◦ green 154 ◦ blue 235

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

Shades of Plum #E09AEB

Tints of Plum #E09AEB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.12%

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

R = 36.54%
G = 25.12%
B = 38.34%

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

#E09AEB (or 0xE09AEB) is known color: Plum. HEX triplet: E0, 9A and EB. RGB value is (224,154,235). Sum of RGB (Red+Green+Blue) = 224+154+235=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #E09AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09AEB is #1F6514. Grayscale: #B7B7B7. Windows color (decimal): -2057493 or 15440608. OLE color: 15440608.

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

Color convert

RGB 224 154 235 -
CMYK 0.05 0.34 0 0.08
HSL 291.85º 0.67% 0.76% -
HSV(B) 291.85º 0.34% 0.92% -
XYZ 57.29 44.96 84.26 -
YUV 184.16 156.69 156.41 -
System Red Green Blue C M Y K H S L
Decimal 224 154 235 0.05 0.34 0 0.08 291.85 0.67 0.76
Hex E0 9A EB 5 22 0 8 124 43 4C
Octal 340 232 353 5 42 0 10 444 103 114
Binary 11100000 10011010 11101011 101 100010 0 1000 100100100 1000011 1001100

Color Harmonies of #E09AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09AEB

Black with #E09AEB

Text Example


Text Example

White with #E09AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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