Html Css Color HEX #E094D5 Plum

📋 copy color: '#E094D5'

red 224 ◦ green 148 ◦ blue 213

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

Shades of Plum #E094D5

Tints of Plum #E094D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.41%

R = 38.29%
G = 25.3%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E094D5 (or 0xE094D5) is known color: Plum. HEX triplet: E0, 94 and D5. RGB value is (224,148,213). Sum of RGB (Red+Green+Blue) = 224+148+213=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E094D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E094D5 is #1F6B2A. Grayscale: #B1B1B1. Windows color (decimal): -2059051 or 13997280. OLE color: 13997280.

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

Color convert

RGB 224 148 213 -
CMYK 0 0.34 0.05 0.12
HSL 308.68º 0.55% 0.73% -
HSV(B) 308.68º 0.34% 0.88% -
XYZ 53.34 41.83 68.21 -
YUV 178.13 147.68 160.71 -
System Red Green Blue C M Y K H S L
Decimal 224 148 213 0 0.34 0.05 0.12 308.68 0.55 0.73
Hex E0 94 D5 0 22 5 C 135 37 49
Octal 340 224 325 0 42 5 14 465 67 111
Binary 11100000 10010100 11010101 0 100010 101 1100 100110101 110111 1001001

Color Harmonies of #E094D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E094D5

Black with #E094D5

Text Example


Text Example

White with #E094D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E094D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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