#EA7297

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

Shades of Pale Violet Red #EA7297

Tints of Pale Violet Red #EA7297

Color information

#EA7297 (or 0xEA7297) is unknown color: approx Pale Violet Red. HEX triplet: EA, 72 and 97. RGB value is (234,114,151). Sum of RGB (Red+Green+Blue) = 234+114+151=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 151 (59.38% from 255 or 30.26% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7297 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7297 is #158D68. Grayscale: #9A9A9A. Windows color (decimal): -1412457 or 9925354. OLE color: 9925354.

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

Color convert

RGB234114151-
CMYK00.510.350.08
HSL341.5º74.07%68.24%-
HSV(B)341.5º51.28%91.76%-
XYZ45.5331.7633.01-
YUV154.1126.26184.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.89%
GREEN value IS 114 (44.92% from 255) = 22.85%
BLUE value IS 151 (59.38% from 255) = 30.26%
R=46.89%
G=22.85%
B=30.26%

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
Decimal23411415100.510.350.08341.574.0768.24
HexEA72970332381564a44
Octal3521622270634310526112104
Binary111010101110010100101110110011100011100010101011010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7297; }

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

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

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

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

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

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

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

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