#EC78C6

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

Shades of Persian Pink #EC78C6

Tints of Persian Pink #EC78C6

Color information

#EC78C6 (or 0xEC78C6) is unknown color: approx Persian Pink. HEX triplet: EC, 78 and C6. RGB value is (236,120,198). Sum of RGB (Red+Green+Blue) = 236+120+198=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC78C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC78C6 is #138739. Grayscale: #A3A3A3. Windows color (decimal): -1279802 or 13007084. OLE color: 13007084.

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

Color convert

RGB236120198-
CMYK00.490.160.07
HSL319.66º75.32%69.8%-
HSV(B)319.66º49.15%92.55%-
XYZ51.535.3457.53-
YUV163.58147.43179.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.60%
GREEN value IS 120 (47.27% from 255) = 21.66%
BLUE value IS 198 (77.73% from 255) = 35.74%
R=42.60%
G=21.66%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612019800.490.160.07319.6675.3269.8
HexEC78C60311071404b46
Octal354170306061207500113106
Binary1110110011110001100011001100011000011110100000010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC78C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC78C6; }

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

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

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

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

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

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

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

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