#EA7ABA

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

Shades of Persian Pink #EA7ABA

Tints of Persian Pink #EA7ABA

Color information

#EA7ABA (or 0xEA7ABA) is unknown color: approx Persian Pink. HEX triplet: EA, 7A and BA. RGB value is (234,122,186). Sum of RGB (Red+Green+Blue) = 234+122+186=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7ABA is #158545. Grayscale: #A2A2A2. Windows color (decimal): -1410374 or 12221162. OLE color: 12221162.

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

Color convert

RGB234122186-
CMYK00.480.210.08
HSL325.71º72.73%69.8%-
HSV(B)325.71º47.86%91.76%-
XYZ49.7534.9650.58-
YUV162.78141.11178.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.17%
GREEN value IS 122 (48.05% from 255) = 22.51%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=43.17%
G=22.51%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412218600.480.210.08325.7172.7369.8
HexEA7ABA0301581464946
Octal3521722720602510506111106
Binary11101010111101010111010011000010101100010100011010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7ABA; }

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

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

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

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

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

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

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

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