Html Css Color HEX #E098DA Plum

📋 copy color: '#E098DA'

red 224 ◦ green 152 ◦ blue 218

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

Shades of Plum #E098DA

Tints of Plum #E098DA

RGB

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

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

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

R = 37.71%
G = 25.59%
B = 36.7%

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

#E098DA (or 0xE098DA) is known color: Plum. HEX triplet: E0, 98 and DA. RGB value is (224,152,218). Sum of RGB (Red+Green+Blue) = 224+152+218=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 152 (59.77% from 255 or 25.59% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 224 - color contains mainly: red. Hex color #E098DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E098DA is #1F6725. Grayscale: #B4B4B4. Windows color (decimal): -2058022 or 14325984. OLE color: 14325984.

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

Color convert

RGB 224 152 218 -
CMYK 0 0.32 0.03 0.12
HSL 305º 0.54% 0.74% -
HSV(B) 305º 0.32% 0.88% -
XYZ 54.62 43.37 71.82 -
YUV 181.05 148.85 158.63 -
System Red Green Blue C M Y K H S L
Decimal 224 152 218 0 0.32 0.03 0.12 305 0.54 0.74
Hex E0 98 DA 0 20 3 C 131 36 4A
Octal 340 230 332 0 40 3 14 461 66 112
Binary 11100000 10011000 11011010 0 100000 11 1100 100110001 110110 1001010

Color Harmonies of #E098DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E098DA

Black with #E098DA

Text Example


Text Example

White with #E098DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E098DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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