Html Css Color HEX #E094D8 Plum

📋 copy color: '#E094D8'

red 224 ◦ green 148 ◦ blue 216

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

Shades of Plum #E094D8

Tints of Plum #E094D8

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.17%

 BLUE value IS 216 (84.77% from 255) = 36.73%

R = 38.1%
G = 25.17%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E094D8 (or 0xE094D8) is known color: Plum. HEX triplet: E0, 94 and D8. RGB value is (224,148,216). Sum of RGB (Red+Green+Blue) = 224+148+216=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E094D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E094D8 is #1F6B27. Grayscale: #B2B2B2. Windows color (decimal): -2059048 or 14193888. OLE color: 14193888.

HSL color Cylindrical-coordinate representation of color #E094D8: hue angle of 306.32º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E094D8 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 148 216 -
CMYK 0 0.34 0.04 0.12
HSL 306.32º 0.55% 0.73% -
HSV(B) 306.32º 0.34% 0.88% -
XYZ 53.73 41.98 70.24 -
YUV 178.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 224 148 216 0 0.34 0.04 0.12 306.32 0.55 0.73
Hex E0 94 D8 0 22 4 C 132 37 49
Octal 340 224 330 0 42 4 14 462 67 111
Binary 11100000 10010100 11011000 0 100010 100 1100 100110010 110111 1001001

Color Harmonies of #E094D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E094D8

Black with #E094D8

Text Example


Text Example

White with #E094D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E094D8; }

 p { color: rgb(224,148,216); }

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

background-color css

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

 a { background-color: rgb(224,148,216); }

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

border-color css

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

 span { border-color: rgb(224,148,216); }

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