Html Css Color HEX #E094D2 Plum

📋 copy color: '#E094D2'

red 224 ◦ green 148 ◦ blue 210

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

Shades of Plum #E094D2

Tints of Plum #E094D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.08%

R = 38.49%
G = 25.43%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E094D2 (or 0xE094D2) is known color: Plum. HEX triplet: E0, 94 and D2. RGB value is (224,148,210). Sum of RGB (Red+Green+Blue) = 224+148+210=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 224 - color contains mainly: red. Hex color #E094D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E094D2 is #1F6B2D. Grayscale: #B1B1B1. Windows color (decimal): -2059054 or 13800672. OLE color: 13800672.

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

Color convert

RGB 224 148 210 -
CMYK 0 0.34 0.06 0.12
HSL 311.05º 0.55% 0.73% -
HSV(B) 311.05º 0.34% 0.88% -
XYZ 52.96 41.68 66.23 -
YUV 177.79 146.18 160.96 -
System Red Green Blue C M Y K H S L
Decimal 224 148 210 0 0.34 0.06 0.12 311.05 0.55 0.73
Hex E0 94 D2 0 22 6 C 137 37 49
Octal 340 224 322 0 42 6 14 467 67 111
Binary 11100000 10010100 11010010 0 100010 110 1100 100110111 110111 1001001

Color Harmonies of #E094D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E094D2

Black with #E094D2

Text Example


Text Example

White with #E094D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E094D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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