Html Css Color HEX #E09BE1 Plum

📋 copy color: '#E09BE1'

red 224 ◦ green 155 ◦ blue 225

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

Shades of Plum #E09BE1

Tints of Plum #E09BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.25%

R = 37.09%
G = 25.66%
B = 37.25%

CMYK

 C value IS 0.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E09BE1 (or 0xE09BE1) is known color: Plum. HEX triplet: E0, 9B and E1. RGB value is (224,155,225). Sum of RGB (Red+Green+Blue) = 224+155+225=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 225 - color contains mainly: blue. Hex color #E09BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09BE1 is #1F641E. Grayscale: #B7B7B7. Windows color (decimal): -2057247 or 14785504. OLE color: 14785504.

HSL color Cylindrical-coordinate representation of color #E09BE1: hue angle of 299.14º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E09BE1 is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 155 225 -
CMYK 0.00 0.31 0 0.12
HSL 299.14º 0.54% 0.75% -
HSV(B) 299.14º 0.31% 0.88% -
XYZ 56.05 44.73 76.91 -
YUV 183.61 151.36 156.81 -
System Red Green Blue C M Y K H S L
Decimal 224 155 225 0.00 0.31 0 0.12 299.14 0.54 0.75
Hex E0 9B E1 0 1F 0 C 12B 36 4B
Octal 340 233 341 0 37 0 14 453 66 113
Binary 11100000 10011011 11100001 0 11111 0 1100 100101011 110110 1001011

Color Harmonies of #E09BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09BE1

Black with #E09BE1

Text Example


Text Example

White with #E09BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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