#EA7199

Color #EA7199 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #EA7199

Tints of Pale Violet Red #EA7199

Color information

#EA7199 (or 0xEA7199) is unknown color: approx Pale Violet Red. HEX triplet: EA, 71 and 99. RGB value is (234,113,153). Sum of RGB (Red+Green+Blue) = 234+113+153=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7199 is #158E66. Grayscale: #999999. Windows color (decimal): -1412711 or 10056170. OLE color: 10056170.

HSL color Cylindrical-coordinate representation of color #EA7199: hue angle of 340.17º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA7199 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB234113153-
CMYK00.520.350.08
HSL340.17º74.23%68.04%-
HSV(B)340.17º51.71%91.76%-
XYZ45.5931.633.83-
YUV153.74127.59185.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.8%
GREEN value IS 113 (44.53% from 255) = 22.6%
BLUE value IS 153 (60.16% from 255) = 30.6%
R=46.8%
G=22.6%
B=30.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411315300.520.350.08340.1774.2368.04
HexEA71990342381544a44
Octal3521612310644310524112104
Binary111010101110001100110010110100100011100010101010010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7199; }

 p { color: rgb(234,113,153); }

 H1.HeaderClassName
 {
   color: #EA7199;
 }
 .AnyTagClassName
 {
   color: #EA7199;
 }
</style>
background-color css

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

 a { background-color: rgb(234,113,153); }

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

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

 span { border-color: rgb(234,113,153); }

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