Html Css Color HEX #E098DE Plum

📋 copy color: '#E098DE'

red 224 ◦ green 152 ◦ blue 222

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

Shades of Plum #E098DE

Tints of Plum #E098DE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.42%

 BLUE value IS 222 (87.11% from 255) = 37.12%

R = 37.46%
G = 25.42%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E098DE (or 0xE098DE) is known color: Plum. HEX triplet: E0, 98 and DE. RGB value is (224,152,222). Sum of RGB (Red+Green+Blue) = 224+152+222=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 224 - color contains mainly: red. Hex color #E098DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E098DE is #1F6721. Grayscale: #B5B5B5. Windows color (decimal): -2058018 or 14588128. OLE color: 14588128.

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

Color convert

RGB 224 152 222 -
CMYK 0 0.32 0.01 0.12
HSL 301.67º 0.54% 0.74% -
HSV(B) 301.67º 0.32% 0.88% -
XYZ 55.15 43.58 74.61 -
YUV 181.51 150.85 158.31 -
System Red Green Blue C M Y K H S L
Decimal 224 152 222 0 0.32 0.01 0.12 301.67 0.54 0.74
Hex E0 98 DE 0 20 1 C 12E 36 4A
Octal 340 230 336 0 40 1 14 456 66 112
Binary 11100000 10011000 11011110 0 100000 1 1100 100101110 110110 1001010

Color Harmonies of #E098DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E098DE

Black with #E098DE

Text Example


Text Example

White with #E098DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E098DE; }

 p { color: rgb(224,152,222); }

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

background-color css

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

 a { background-color: rgb(224,152,222); }

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

border-color css

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

 span { border-color: rgb(224,152,222); }

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