#EC7DAE

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

Shades of Persian Pink #EC7DAE

Tints of Persian Pink #EC7DAE

Color information

#EC7DAE (or 0xEC7DAE) is unknown color: approx Persian Pink. HEX triplet: EC, 7D and AE. RGB value is (236,125,174). Sum of RGB (Red+Green+Blue) = 236+125+174=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7DAE is #138251. Grayscale: #A3A3A3. Windows color (decimal): -1278546 or 11435500. OLE color: 11435500.

HSL color Cylindrical-coordinate representation of color #EC7DAE: hue angle of 333.51º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7DAE is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB236125174-
CMYK00.470.260.07
HSL333.51º74.5%70.78%-
HSV(B)333.51º47.03%92.55%-
XYZ49.5735.5644.3-
YUV163.78133.77179.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.11%
GREEN value IS 125 (49.22% from 255) = 23.36%
BLUE value IS 174 (68.36% from 255) = 32.52%
R=44.11%
G=23.36%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612517400.470.260.07333.5174.570.78
HexEC7DAE02F1A714e4a47
Octal354175256057327516112107
Binary1110110011111011010111001011111101011110100111010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7DAE; }

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

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

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

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

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

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

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

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