#EA7399

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

Shades of Pale Violet Red #EA7399

Tints of Pale Violet Red #EA7399

Color information

#EA7399 (or 0xEA7399) is unknown color: approx Pale Violet Red. HEX triplet: EA, 73 and 99. RGB value is (234,115,153). Sum of RGB (Red+Green+Blue) = 234+115+153=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7399 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7399 is #158C66. Grayscale: #9A9A9A. Windows color (decimal): -1412199 or 10056682. OLE color: 10056682.

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

Color convert

RGB234115153-
CMYK00.510.350.08
HSL340.84º73.91%68.43%-
HSV(B)340.84º50.85%91.76%-
XYZ45.8132.0533.91-
YUV154.91126.92184.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.61%
GREEN value IS 115 (45.31% from 255) = 22.91%
BLUE value IS 153 (60.16% from 255) = 30.48%
R=46.61%
G=22.91%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411515300.510.350.08340.8473.9168.43
HexEA73990332381554a44
Octal3521632310634310525112104
Binary111010101110011100110010110011100011100010101010110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7399; }

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

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

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

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

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

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

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

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