#EA72B9

Color #EA72B9 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #EA72B9

Tints of Persian Pink #EA72B9

Color information

#EA72B9 (or 0xEA72B9) is unknown color: approx Persian Pink. HEX triplet: EA, 72 and B9. RGB value is (234,114,185). Sum of RGB (Red+Green+Blue) = 234+114+185=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA72B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA72B9 is #158D46. Grayscale: #9D9D9D. Windows color (decimal): -1412423 or 12153578. OLE color: 12153578.

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

Color convert

RGB234114185-
CMYK00.510.210.08
HSL324.5º74.07%68.24%-
HSV(B)324.5º51.28%91.76%-
XYZ48.7133.0349.71-
YUV157.97143.26182.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.90%
GREEN value IS 114 (44.92% from 255) = 21.39%
BLUE value IS 185 (72.66% from 255) = 34.71%
R=43.90%
G=21.39%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411418500.510.210.08324.574.0768.24
HexEA72B90331581444a44
Octal3521622710632510504112104
Binary11101010111001010111001011001110101100010100010010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA72B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA72B9; }

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

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

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

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

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

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

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

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