#EA7EB1

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

Shades of Persian Pink #EA7EB1

Tints of Persian Pink #EA7EB1

Color information

#EA7EB1 (or 0xEA7EB1) is unknown color: approx Persian Pink. HEX triplet: EA, 7E and B1. RGB value is (234,126,177). Sum of RGB (Red+Green+Blue) = 234+126+177=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 177 (69.53% from 255 or 32.96% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7EB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7EB1 is #15814E. Grayscale: #A4A4A4. Windows color (decimal): -1409359 or 11632362. OLE color: 11632362.

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

Color convert

RGB234126177-
CMYK00.460.240.08
HSL331.67º72%70.59%-
HSV(B)331.67º46.15%91.76%-
XYZ49.3335.5945.86-
YUV164.11135.28177.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.58%
GREEN value IS 126 (49.61% from 255) = 23.46%
BLUE value IS 177 (69.53% from 255) = 32.96%
R=43.58%
G=23.46%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412617700.460.240.08331.677270.59
HexEA7EB102E18814c4847
Octal3521762610563010514110107
Binary11101010111111010110001010111011000100010100110010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7EB1; }

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

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

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

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

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

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

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

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