Html Css Color HEX #E098DD Plum

📋 copy color: '#E098DD'

red 224 ◦ green 152 ◦ blue 221

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

Shades of Plum #E098DD

Tints of Plum #E098DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.02%

R = 37.52%
G = 25.46%
B = 37.02%

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

#E098DD (or 0xE098DD) is known color: Plum. HEX triplet: E0, 98 and DD. RGB value is (224,152,221). Sum of RGB (Red+Green+Blue) = 224+152+221=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 224 - color contains mainly: red. Hex color #E098DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E098DD is #1F6722. Grayscale: #B5B5B5. Windows color (decimal): -2058019 or 14522592. OLE color: 14522592.

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

Color convert

RGB 224 152 221 -
CMYK 0 0.32 0.01 0.12
HSL 302.5º 0.54% 0.74% -
HSV(B) 302.5º 0.32% 0.88% -
XYZ 55.02 43.52 73.91 -
YUV 181.39 150.35 158.39 -
System Red Green Blue C M Y K H S L
Decimal 224 152 221 0 0.32 0.01 0.12 302.5 0.54 0.74
Hex E0 98 DD 0 20 1 C 12E 36 4A
Octal 340 230 335 0 40 1 14 456 66 112
Binary 11100000 10011000 11011101 0 100000 1 1100 100101110 110110 1001010

Color Harmonies of #E098DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E098DD

Black with #E098DD

Text Example


Text Example

White with #E098DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E098DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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