Html Css Color HEX #E09BEE Plum

📋 copy color: '#E09BEE'

red 224 ◦ green 155 ◦ blue 238

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

Shades of Plum #E09BEE

Tints of Plum #E09BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.57%

R = 36.3%
G = 25.12%
B = 38.57%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E09BEE (or 0xE09BEE) is known color: Plum. HEX triplet: E0, 9B and EE. RGB value is (224,155,238). Sum of RGB (Red+Green+Blue) = 224+155+238=617 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.30% from 617); Green value is 155 (60.94% from 255 or 25.12% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #E09BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09BEE is #1F6411. Grayscale: #B8B8B8. Windows color (decimal): -2057234 or 15637472. OLE color: 15637472.

HSL color Cylindrical-coordinate representation of color #E09BEE: hue angle of 289.88º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E09BEE is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 155 238 -
CMYK 0.06 0.35 0 0.07
HSL 289.88º 0.71% 0.77% -
HSV(B) 289.88º 0.35% 0.93% -
XYZ 57.89 45.46 86.61 -
YUV 185.09 157.86 155.75 -
System Red Green Blue C M Y K H S L
Decimal 224 155 238 0.06 0.35 0 0.07 289.88 0.71 0.77
Hex E0 9B EE 6 23 0 7 122 47 4D
Octal 340 233 356 6 43 0 7 442 107 115
Binary 11100000 10011011 11101110 110 100011 0 111 100100010 1000111 1001101

Color Harmonies of #E09BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09BEE

Black with #E09BEE

Text Example


Text Example

White with #E09BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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