#EC80C1

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

Shades of Persian Pink #EC80C1

Tints of Persian Pink #EC80C1

Color information

#EC80C1 (or 0xEC80C1) is unknown color: approx Persian Pink. HEX triplet: EC, 80 and C1. RGB value is (236,128,193). Sum of RGB (Red+Green+Blue) = 236+128+193=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80C1 is #137F3E. Grayscale: #A7A7A7. Windows color (decimal): -1277759 or 12681452. OLE color: 12681452.

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

Color convert

RGB236128193-
CMYK00.460.180.07
HSL323.89º73.97%71.37%-
HSV(B)323.89º45.76%92.55%-
XYZ51.9437.1254.88-
YUV167.7142.28176.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.37%
GREEN value IS 128 (50.39% from 255) = 22.98%
BLUE value IS 193 (75.78% from 255) = 34.65%
R=42.37%
G=22.98%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612819300.460.180.07323.8973.9771.37
HexEC80C102E1271444a47
Octal354200301056227504112107
Binary11101100100000001100000101011101001011110100010010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC80C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC80C1; }

 p { color: rgb(236,128,193); }

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

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

 a { background-color: rgb(236,128,193); }

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

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

 span { border-color: rgb(236,128,193); }

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