Html Css Color HEX #E099DB Plum

📋 copy color: '#E099DB'

red 224 ◦ green 153 ◦ blue 219

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

Shades of Plum #E099DB

Tints of Plum #E099DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.67%

 BLUE value IS 219 (85.94% from 255) = 36.74%

R = 37.58%
G = 25.67%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E099DB (or 0xE099DB) is known color: Plum. HEX triplet: E0, 99 and DB. RGB value is (224,153,219). Sum of RGB (Red+Green+Blue) = 224+153+219=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 224 - color contains mainly: red. Hex color #E099DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E099DB is #1F6624. Grayscale: #B5B5B5. Windows color (decimal): -2057765 or 14391776. OLE color: 14391776.

HSL color Cylindrical-coordinate representation of color #E099DB: hue angle of 304.23º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E099DB is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 153 219 -
CMYK 0 0.32 0.02 0.12
HSL 304.23º 0.53% 0.74% -
HSV(B) 304.23º 0.32% 0.88% -
XYZ 54.92 43.74 72.57 -
YUV 181.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 224 153 219 0 0.32 0.02 0.12 304.23 0.53 0.74
Hex E0 99 DB 0 20 2 C 130 35 4A
Octal 340 231 333 0 40 2 14 460 65 112
Binary 11100000 10011001 11011011 0 100000 10 1100 100110000 110101 1001010

Color Harmonies of #E099DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E099DB

Black with #E099DB

Text Example


Text Example

White with #E099DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E099DB; }

 p { color: rgb(224,153,219); }

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

background-color css

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

 a { background-color: rgb(224,153,219); }

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

border-color css

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

 span { border-color: rgb(224,153,219); }

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