#EA7AB4

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

Shades of Persian Pink #EA7AB4

Tints of Persian Pink #EA7AB4

Color information

#EA7AB4 (or 0xEA7AB4) is unknown color: approx Persian Pink. HEX triplet: EA, 7A and B4. RGB value is (234,122,180). Sum of RGB (Red+Green+Blue) = 234+122+180=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7AB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7AB4 is #15854B. Grayscale: #A1A1A1. Windows color (decimal): -1410380 or 11827946. OLE color: 11827946.

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

Color convert

RGB234122180-
CMYK00.480.230.08
HSL328.93º72.73%69.8%-
HSV(B)328.93º47.86%91.76%-
XYZ49.1334.7147.29-
YUV162.1138.11179.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.66%
GREEN value IS 122 (48.05% from 255) = 22.76%
BLUE value IS 180 (70.70% from 255) = 33.58%
R=43.66%
G=22.76%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412218000.480.230.08328.9372.7369.8
HexEA7AB40301781494946
Octal3521722640602710511111106
Binary11101010111101010110100011000010111100010100100110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7AB4; }

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

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

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

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

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

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

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

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