#EA7EBF

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

Shades of Persian Pink #EA7EBF

Tints of Persian Pink #EA7EBF

Color information

#EA7EBF (or 0xEA7EBF) is unknown color: approx Persian Pink. HEX triplet: EA, 7E and BF. RGB value is (234,126,191). Sum of RGB (Red+Green+Blue) = 234+126+191=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 126 (49.61% from 255 or 22.87% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7EBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7EBF is #158140. Grayscale: #A5A5A5. Windows color (decimal): -1409345 or 12549866. OLE color: 12549866.

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

Color convert

RGB234126191-
CMYK00.460.180.08
HSL323.89º72%70.59%-
HSV(B)323.89º46.15%91.76%-
XYZ50.836.1853.6-
YUV165.7142.28176.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 126 (49.61% from 255) = 22.87%
BLUE value IS 191 (75% from 255) = 34.66%
R=42.47%
G=22.87%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412619100.460.180.08323.897270.59
HexEA7EBF02E1281444847
Octal3521762770562210504110107
Binary11101010111111010111111010111010010100010100010010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7EBF; }

 p { color: rgb(234,126,191); }

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

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

 a { background-color: rgb(234,126,191); }

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

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

 span { border-color: rgb(234,126,191); }

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