Html Css Color HEX #E09BEA Plum

📋 copy color: '#E09BEA'

red 224 ◦ green 155 ◦ blue 234

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

Shades of Plum #E09BEA

Tints of Plum #E09BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.17%

R = 36.54%
G = 25.29%
B = 38.17%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E09BEA (or 0xE09BEA) is known color: Plum. HEX triplet: E0, 9B and EA. RGB value is (224,155,234). Sum of RGB (Red+Green+Blue) = 224+155+234=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #E09BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09BEA is #1F6415. Grayscale: #B8B8B8. Windows color (decimal): -2057238 or 15375328. OLE color: 15375328.

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

Color convert

RGB 224 155 234 -
CMYK 0.04 0.34 0 0.08
HSL 292.41º 0.65% 0.76% -
HSV(B) 292.41º 0.34% 0.92% -
XYZ 57.31 45.23 83.55 -
YUV 184.64 155.86 156.08 -
System Red Green Blue C M Y K H S L
Decimal 224 155 234 0.04 0.34 0 0.08 292.41 0.65 0.76
Hex E0 9B EA 4 22 0 8 124 41 4C
Octal 340 233 352 4 42 0 10 444 101 114
Binary 11100000 10011011 11101010 100 100010 0 1000 100100100 1000001 1001100

Color Harmonies of #E09BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09BEA

Black with #E09BEA

Text Example


Text Example

White with #E09BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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