Html Css Color HEX #E094D4 Plum

📋 copy color: '#E094D4'

red 224 ◦ green 148 ◦ blue 212

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

Shades of Plum #E094D4

Tints of Plum #E094D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.3%

R = 38.36%
G = 25.34%
B = 36.3%

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

#E094D4 (or 0xE094D4) is known color: Plum. HEX triplet: E0, 94 and D4. RGB value is (224,148,212). Sum of RGB (Red+Green+Blue) = 224+148+212=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 148 (58.20% from 255 or 25.34% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E094D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E094D4 is #1F6B2B. Grayscale: #B1B1B1. Windows color (decimal): -2059052 or 13931744. OLE color: 13931744.

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

Color convert

RGB 224 148 212 -
CMYK 0 0.34 0.05 0.12
HSL 309.47º 0.55% 0.73% -
HSV(B) 309.47º 0.34% 0.88% -
XYZ 53.21 41.78 67.55 -
YUV 178.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 224 148 212 0 0.34 0.05 0.12 309.47 0.55 0.73
Hex E0 94 D4 0 22 5 C 135 37 49
Octal 340 224 324 0 42 5 14 465 67 111
Binary 11100000 10010100 11010100 0 100010 101 1100 100110101 110111 1001001

Color Harmonies of #E094D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E094D4

Black with #E094D4

Text Example


Text Example

White with #E094D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E094D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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