Html Css Color HEX #E094DA Plum

📋 copy color: '#E094DA'

red 224 ◦ green 148 ◦ blue 218

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

Shades of Plum #E094DA

Tints of Plum #E094DA

RGB

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

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

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

R = 37.97%
G = 25.08%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E094DA (or 0xE094DA) is known color: Plum. HEX triplet: E0, 94 and DA. RGB value is (224,148,218). Sum of RGB (Red+Green+Blue) = 224+148+218=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E094DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E094DA is #1F6B25. Grayscale: #B2B2B2. Windows color (decimal): -2059046 or 14324960. OLE color: 14324960.

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

Color convert

RGB 224 148 218 -
CMYK 0 0.34 0.03 0.12
HSL 304.74º 0.55% 0.73% -
HSV(B) 304.74º 0.34% 0.88% -
XYZ 53.99 42.09 71.61 -
YUV 178.7 150.18 160.31 -
System Red Green Blue C M Y K H S L
Decimal 224 148 218 0 0.34 0.03 0.12 304.74 0.55 0.73
Hex E0 94 DA 0 22 3 C 131 37 49
Octal 340 224 332 0 42 3 14 461 67 111
Binary 11100000 10010100 11011010 0 100010 11 1100 100110001 110111 1001001

Color Harmonies of #E094DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E094DA

Black with #E094DA

Text Example


Text Example

White with #E094DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E094DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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