Html Css Color HEX #E099DA Plum

📋 copy color: '#E099DA'

red 224 ◦ green 153 ◦ blue 218

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

Shades of Plum #E099DA

Tints of Plum #E099DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.64%

R = 37.65%
G = 25.71%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E099DA (or 0xE099DA) is known color: Plum. HEX triplet: E0, 99 and DA. RGB value is (224,153,218). Sum of RGB (Red+Green+Blue) = 224+153+218=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E099DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E099DA is #1F6625. Grayscale: #B5B5B5. Windows color (decimal): -2057766 or 14326240. OLE color: 14326240.

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

Color convert

RGB 224 153 218 -
CMYK 0 0.32 0.03 0.12
HSL 305.07º 0.53% 0.74% -
HSV(B) 305.07º 0.32% 0.88% -
XYZ 54.79 43.69 71.88 -
YUV 181.64 148.52 158.21 -
System Red Green Blue C M Y K H S L
Decimal 224 153 218 0 0.32 0.03 0.12 305.07 0.53 0.74
Hex E0 99 DA 0 20 3 C 131 35 4A
Octal 340 231 332 0 40 3 14 461 65 112
Binary 11100000 10011001 11011010 0 100000 11 1100 100110001 110101 1001010

Color Harmonies of #E099DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E099DA

Black with #E099DA

Text Example


Text Example

White with #E099DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E099DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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