#EA7097

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

Shades of Pale Violet Red #EA7097

Tints of Pale Violet Red #EA7097

Color information

#EA7097 (or 0xEA7097) is unknown color: approx Pale Violet Red. HEX triplet: EA, 70 and 97. RGB value is (234,112,151). Sum of RGB (Red+Green+Blue) = 234+112+151=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7097 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7097 is #158F68. Grayscale: #989898. Windows color (decimal): -1412969 or 9924842. OLE color: 9924842.

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

Color convert

RGB234112151-
CMYK00.520.350.08
HSL340.82º74.39%67.84%-
HSV(B)340.82º52.14%91.76%-
XYZ45.3131.3232.93-
YUV152.92126.92185.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.08%
GREEN value IS 112 (44.14% from 255) = 22.54%
BLUE value IS 151 (59.38% from 255) = 30.38%
R=47.08%
G=22.54%
B=30.38%

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
Decimal23411215100.520.350.08340.8274.3967.84
HexEA70970342381554a44
Octal3521602270644310525112104
Binary111010101110000100101110110100100011100010101010110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7097; }

 p { color: rgb(234,112,151); }

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

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

 a { background-color: rgb(234,112,151); }

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

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

 span { border-color: rgb(234,112,151); }

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