#EC74AE

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

Shades of Persian Pink #EC74AE

Tints of Persian Pink #EC74AE

Color information

#EC74AE (or 0xEC74AE) is unknown color: approx Persian Pink. HEX triplet: EC, 74 and AE. RGB value is (236,116,174). Sum of RGB (Red+Green+Blue) = 236+116+174=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC74AE is #138B51. Grayscale: #9E9E9E. Windows color (decimal): -1280850 or 11433196. OLE color: 11433196.

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

Color convert

RGB236116174-
CMYK00.510.260.07
HSL331º75.95%69.02%-
HSV(B)331º50.85%92.55%-
XYZ48.4833.3843.93-
YUV158.49136.76183.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.87%
GREEN value IS 116 (45.70% from 255) = 22.05%
BLUE value IS 174 (68.36% from 255) = 33.08%
R=44.87%
G=22.05%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611617400.510.260.0733175.9569.02
HexEC74AE0331A714b4c45
Octal354164256063327513114105
Binary1110110011101001010111001100111101011110100101110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC74AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC74AE; }

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

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

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

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

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

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

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

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