Html Css Color HEX #E099DC Plum

📋 copy color: '#E099DC'

red 224 ◦ green 153 ◦ blue 220

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

Shades of Plum #E099DC

Tints of Plum #E099DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.85%

R = 37.52%
G = 25.63%
B = 36.85%

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

#E099DC (or 0xE099DC) is known color: Plum. HEX triplet: E0, 99 and DC. RGB value is (224,153,220). Sum of RGB (Red+Green+Blue) = 224+153+220=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 224 - color contains mainly: red. Hex color #E099DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E099DC is #1F6623. Grayscale: #B5B5B5. Windows color (decimal): -2057764 or 14457312. OLE color: 14457312.

HSL color Cylindrical-coordinate representation of color #E099DC: hue angle of 303.38º 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 #E099DC is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 153 220 -
CMYK 0 0.32 0.02 0.12
HSL 303.38º 0.53% 0.74% -
HSV(B) 303.38º 0.32% 0.88% -
XYZ 55.05 43.8 73.26 -
YUV 181.87 149.52 158.05 -
System Red Green Blue C M Y K H S L
Decimal 224 153 220 0 0.32 0.02 0.12 303.38 0.53 0.74
Hex E0 99 DC 0 20 2 C 12F 35 4A
Octal 340 231 334 0 40 2 14 457 65 112
Binary 11100000 10011001 11011100 0 100000 10 1100 100101111 110101 1001010

Color Harmonies of #E099DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E099DC

Black with #E099DC

Text Example


Text Example

White with #E099DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E099DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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