Html Css Color HEX #E094CD Plum

📋 copy color: '#E094CD'

red 224 ◦ green 148 ◦ blue 205

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

Shades of Plum #E094CD

Tints of Plum #E094CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.53%

R = 38.82%
G = 25.65%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E094CD (or 0xE094CD) is known color: Plum. HEX triplet: E0, 94 and CD. RGB value is (224,148,205). Sum of RGB (Red+Green+Blue) = 224+148+205=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 148 (58.20% from 255 or 25.65% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E094CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E094CD is #1F6B32. Grayscale: #B1B1B1. Windows color (decimal): -2059059 or 13472992. OLE color: 13472992.

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

Color convert

RGB 224 148 205 -
CMYK 0 0.34 0.08 0.12
HSL 315º 0.55% 0.73% -
HSV(B) 315º 0.34% 0.88% -
XYZ 52.35 41.43 63 -
YUV 177.22 143.68 161.37 -
System Red Green Blue C M Y K H S L
Decimal 224 148 205 0 0.34 0.08 0.12 315 0.55 0.73
Hex E0 94 CD 0 22 8 C 13B 37 49
Octal 340 224 315 0 42 10 14 473 67 111
Binary 11100000 10010100 11001101 0 100010 1000 1100 100111011 110111 1001001

Color Harmonies of #E094CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E094CD

Black with #E094CD

Text Example


Text Example

White with #E094CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E094CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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