#EC7AAE

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

Shades of Persian Pink #EC7AAE

Tints of Persian Pink #EC7AAE

Color information

#EC7AAE (or 0xEC7AAE) is unknown color: approx Persian Pink. HEX triplet: EC, 7A and AE. RGB value is (236,122,174). Sum of RGB (Red+Green+Blue) = 236+122+174=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7AAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7AAE is #138551. Grayscale: #A1A1A1. Windows color (decimal): -1279314 or 11434732. OLE color: 11434732.

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

Color convert

RGB236122174-
CMYK00.480.260.07
HSL332.63º75%70.2%-
HSV(B)332.63º48.31%92.55%-
XYZ49.1934.8144.17-
YUV162.01134.77180.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.36%
GREEN value IS 122 (48.05% from 255) = 22.93%
BLUE value IS 174 (68.36% from 255) = 32.71%
R=44.36%
G=22.93%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612217400.480.260.07332.637570.2
HexEC7AAE0301A714d4b46
Octal354172256060327515113106
Binary1110110011110101010111001100001101011110100110110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7AAE; }

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

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

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

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

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

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

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

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