#EA72A5

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

Shades of Pale Violet Red #EA72A5

Tints of Pale Violet Red #EA72A5

Color information

#EA72A5 (or 0xEA72A5) is unknown color: approx Pale Violet Red. HEX triplet: EA, 72 and A5. RGB value is (234,114,165). Sum of RGB (Red+Green+Blue) = 234+114+165=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA72A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA72A5 is #158D5A. Grayscale: #9B9B9B. Windows color (decimal): -1412443 or 10842858. OLE color: 10842858.

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

Color convert

RGB234114165-
CMYK00.510.290.08
HSL334.5º74.07%68.24%-
HSV(B)334.5º51.28%91.76%-
XYZ46.7432.2439.36-
YUV155.69133.26183.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.61%
GREEN value IS 114 (44.92% from 255) = 22.22%
BLUE value IS 165 (64.84% from 255) = 32.16%
R=45.61%
G=22.22%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411416500.510.290.08334.574.0768.24
HexEA72A50331D814e4a44
Octal3521622450633510516112104
Binary11101010111001010100101011001111101100010100111010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA72A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA72A5; }

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

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

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

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

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

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

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

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