#ea7abb

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

Shades of Persian Pink #EA7ABB

Tints of Persian Pink #EA7ABB

Color information

#EA7ABB (or 0xEA7ABB) is unknown color: approx Persian Pink. HEX triplet: EA, 7A and BB. RGB value is (234,122,187). Sum of RGB (Red+Green+Blue) = 234+122+187=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7ABB is #158544. Grayscale: #A2A2A2. Windows color (decimal): -1410373 or 12286698. OLE color: 12286698.

HSL color Cylindrical-coordinate representation of color #EA7ABB: hue angle of 325.18º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA7ABB is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB234122187-
CMYK00.480.200.08
HSL325.18º72.73%69.8%-
HSV(B)325.18º47.86%91.76%-
XYZ49.863551.14-
YUV162.9141.61178.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.09%
GREEN value IS 122 (48.05% from 255) = 22.47%
BLUE value IS 187 (73.44% from 255) = 34.44%
R=43.09%
G=22.47%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412218700.480.200.08325.1872.7369.8
HexEA7ABB0301481454946
Octal3521722730602410505111106
Binary11101010111101010111011011000010100100010100010110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea7abb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea7abb; }

 p { color: rgb(234,122,187); }

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

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

 a { background-color: rgb(234,122,187); }

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

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

 span { border-color: rgb(234,122,187); }

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