#EC80BE

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

Shades of Persian Pink #EC80BE

Tints of Persian Pink #EC80BE

Color information

#EC80BE (or 0xEC80BE) is unknown color: approx Persian Pink. HEX triplet: EC, 80 and BE. RGB value is (236,128,190). Sum of RGB (Red+Green+Blue) = 236+128+190=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC80BE is #137F41. Grayscale: #A7A7A7. Windows color (decimal): -1277762 or 12484844. OLE color: 12484844.

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

Color convert

RGB236128190-
CMYK00.460.190.07
HSL325.56º73.97%71.37%-
HSV(B)325.56º45.76%92.55%-
XYZ51.6136.9953.13-
YUV167.36140.78176.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.60%
GREEN value IS 128 (50.39% from 255) = 23.10%
BLUE value IS 190 (74.61% from 255) = 34.30%
R=42.60%
G=23.10%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612819000.460.190.07325.5673.9771.37
HexEC80BE02E1371464a47
Octal354200276056237506112107
Binary11101100100000001011111001011101001111110100011010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC80BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC80BE; }

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

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

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

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

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

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

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

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