#EC78AE

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

Shades of Persian Pink #EC78AE

Tints of Persian Pink #EC78AE

Color information

#EC78AE (or 0xEC78AE) is unknown color: approx Persian Pink. HEX triplet: EC, 78 and AE. RGB value is (236,120,174). Sum of RGB (Red+Green+Blue) = 236+120+174=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC78AE is #138751. Grayscale: #A0A0A0. Windows color (decimal): -1279826 or 11434220. OLE color: 11434220.

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

Color convert

RGB236120174-
CMYK00.490.260.07
HSL332.07º75.32%69.8%-
HSV(B)332.07º49.15%92.55%-
XYZ48.9534.3244.09-
YUV160.84135.43181.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.53%
GREEN value IS 120 (47.27% from 255) = 22.64%
BLUE value IS 174 (68.36% from 255) = 32.83%
R=44.53%
G=22.64%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612017400.490.260.07332.0775.3269.8
HexEC78AE0311A714c4b46
Octal354170256061327514113106
Binary1110110011110001010111001100011101011110100110010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC78AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC78AE; }

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

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

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

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

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

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

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

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