#EA7FB9

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

Shades of Persian Pink #EA7FB9

Tints of Persian Pink #EA7FB9

Color information

#EA7FB9 (or 0xEA7FB9) is unknown color: approx Persian Pink. HEX triplet: EA, 7F and B9. RGB value is (234,127,185). Sum of RGB (Red+Green+Blue) = 234+127+185=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7FB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7FB9 is #158046. Grayscale: #A5A5A5. Windows color (decimal): -1409095 or 12156906. OLE color: 12156906.

HSL color Cylindrical-coordinate representation of color #EA7FB9: hue angle of 327.48º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA7FB9 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB234127185-
CMYK00.460.210.08
HSL327.48º71.81%70.78%-
HSV(B)327.48º45.73%91.76%-
XYZ50.2836.1750.23-
YUV165.6138.95176.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.86%
GREEN value IS 127 (50% from 255) = 23.26%
BLUE value IS 185 (72.66% from 255) = 33.88%
R=42.86%
G=23.26%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412718500.460.210.08327.4871.8170.78
HexEA7FB902E1581474847
Octal3521772710562510507110107
Binary11101010111111110111001010111010101100010100011110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7FB9; }

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

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

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

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

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

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

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

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