#EC80AF

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

Shades of Persian Pink #EC80AF

Tints of Persian Pink #EC80AF

Color information

#EC80AF (or 0xEC80AF) is unknown color: approx Persian Pink. HEX triplet: EC, 80 and AF. RGB value is (236,128,175). Sum of RGB (Red+Green+Blue) = 236+128+175=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC80AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC80AF is #137F50. Grayscale: #A5A5A5. Windows color (decimal): -1277777 or 11501804. OLE color: 11501804.

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

Color convert

RGB236128175-
CMYK00.460.260.07
HSL333.89º73.97%71.37%-
HSV(B)333.89º45.76%92.55%-
XYZ50.0536.3744.94-
YUV165.65133.28178.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.78%
GREEN value IS 128 (50.39% from 255) = 23.75%
BLUE value IS 175 (68.75% from 255) = 32.47%
R=43.78%
G=23.75%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612817500.460.260.07333.8973.9771.37
HexEC80AF02E1A714e4a47
Octal354200257056327516112107
Binary11101100100000001010111101011101101011110100111010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC80AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC80AF; }

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

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

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

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

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

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

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

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