#EC7DC2

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

Shades of Persian Pink #EC7DC2

Tints of Persian Pink #EC7DC2

Color information

#EC7DC2 (or 0xEC7DC2) is unknown color: approx Persian Pink. HEX triplet: EC, 7D and C2. RGB value is (236,125,194). Sum of RGB (Red+Green+Blue) = 236+125+194=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DC2 is #13823D. Grayscale: #A5A5A5. Windows color (decimal): -1278526 or 12746220. OLE color: 12746220.

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

Color convert

RGB236125194-
CMYK00.470.180.07
HSL322.7º74.5%70.78%-
HSV(B)322.7º47.03%92.55%-
XYZ51.6636.455.34-
YUV166.06143.77177.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.52%
GREEN value IS 125 (49.22% from 255) = 22.52%
BLUE value IS 194 (76.17% from 255) = 34.95%
R=42.52%
G=22.52%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612519400.470.180.07322.774.570.78
HexEC7DC202F1271434a47
Octal354175302057227503112107
Binary1110110011111011100001001011111001011110100001110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7DC2; }

 p { color: rgb(236,125,194); }

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

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

 a { background-color: rgb(236,125,194); }

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

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

 span { border-color: rgb(236,125,194); }

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