#EA72A1

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

Shades of Pale Violet Red #EA72A1

Tints of Pale Violet Red #EA72A1

Color information

#EA72A1 (or 0xEA72A1) is unknown color: approx Pale Violet Red. HEX triplet: EA, 72 and A1. RGB value is (234,114,161). Sum of RGB (Red+Green+Blue) = 234+114+161=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA72A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA72A1 is #158D5E. Grayscale: #9B9B9B. Windows color (decimal): -1412447 or 10580714. OLE color: 10580714.

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

Color convert

RGB234114161-
CMYK00.510.310.08
HSL336.5º74.07%68.24%-
HSV(B)336.5º51.28%91.76%-
XYZ46.3832.137.47-
YUV155.24131.26184.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 114 (44.92% from 255) = 22.40%
BLUE value IS 161 (63.28% from 255) = 31.63%
R=45.97%
G=22.40%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411416100.510.310.08336.574.0768.24
HexEA72A10331F81504a44
Octal3521622410633710520112104
Binary11101010111001010100001011001111111100010101000010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA72A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA72A1; }

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

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

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

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

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

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

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

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