#ED7CC1

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

Shades of Persian Pink #ED7CC1

Tints of Persian Pink #ED7CC1

Color information

#ED7CC1 (or 0xED7CC1) is unknown color: approx Persian Pink. HEX triplet: ED, 7C and C1. RGB value is (237,124,193). Sum of RGB (Red+Green+Blue) = 237+124+193=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7CC1 is #12833E. Grayscale: #A5A5A5. Windows color (decimal): -1213247 or 12680429. OLE color: 12680429.

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

Color convert

RGB237124193-
CMYK00.480.190.07
HSL323.36º75.84%70.78%-
HSV(B)323.36º47.68%92.94%-
XYZ51.7636.2754.72-
YUV165.65143.44178.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.78%
GREEN value IS 124 (48.83% from 255) = 22.38%
BLUE value IS 193 (75.78% from 255) = 34.84%
R=42.78%
G=22.38%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712419300.480.190.07323.3675.8470.78
HexED7CC10301371434c47
Octal355174301060237503114107
Binary1110110111111001100000101100001001111110100001110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7CC1; }

 p { color: rgb(237,124,193); }

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

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

 a { background-color: rgb(237,124,193); }

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

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

 span { border-color: rgb(237,124,193); }

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