Html Css Color HEX #E094D0 Plum

📋 copy color: '#E094D0'

red 224 ◦ green 148 ◦ blue 208

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

Shades of Plum #E094D0

Tints of Plum #E094D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.86%

R = 38.62%
G = 25.52%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E094D0 (or 0xE094D0) is known color: Plum. HEX triplet: E0, 94 and D0. RGB value is (224,148,208). Sum of RGB (Red+Green+Blue) = 224+148+208=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 224 - color contains mainly: red. Hex color #E094D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E094D0 is #1F6B2F. Grayscale: #B1B1B1. Windows color (decimal): -2059056 or 13669600. OLE color: 13669600.

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

Color convert

RGB 224 148 208 -
CMYK 0 0.34 0.07 0.12
HSL 312.63º 0.55% 0.73% -
HSV(B) 312.63º 0.34% 0.88% -
XYZ 52.72 41.58 64.92 -
YUV 177.56 145.18 161.12 -
System Red Green Blue C M Y K H S L
Decimal 224 148 208 0 0.34 0.07 0.12 312.63 0.55 0.73
Hex E0 94 D0 0 22 7 C 139 37 49
Octal 340 224 320 0 42 7 14 471 67 111
Binary 11100000 10010100 11010000 0 100010 111 1100 100111001 110111 1001001

Color Harmonies of #E094D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E094D0

Black with #E094D0

Text Example


Text Example

White with #E094D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E094D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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