#EC7AB4

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

Shades of Persian Pink #EC7AB4

Tints of Persian Pink #EC7AB4

Color information

#EC7AB4 (or 0xEC7AB4) is unknown color: approx Persian Pink. HEX triplet: EC, 7A and B4. RGB value is (236,122,180). Sum of RGB (Red+Green+Blue) = 236+122+180=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7AB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7AB4 is #13854B. Grayscale: #A2A2A2. Windows color (decimal): -1279308 or 11827948. OLE color: 11827948.

HSL color Cylindrical-coordinate representation of color #EC7AB4: hue angle of 329.47º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7AB4 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB236122180-
CMYK00.480.240.07
HSL329.47º75%70.2%-
HSV(B)329.47º48.31%92.55%-
XYZ49.7935.0547.32-
YUV162.7137.77180.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.87%
GREEN value IS 122 (48.05% from 255) = 22.68%
BLUE value IS 180 (70.70% from 255) = 33.46%
R=43.87%
G=22.68%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612218000.480.240.07329.477570.2
HexEC7AB40301871494b46
Octal354172264060307511113106
Binary1110110011110101011010001100001100011110100100110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7AB4; }

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

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

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

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

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

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

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

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