#ED7CAF

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

Shades of Persian Pink #ED7CAF

Tints of Persian Pink #ED7CAF

Color information

#ED7CAF (or 0xED7CAF) is unknown color: approx Persian Pink. HEX triplet: ED, 7C and AF. RGB value is (237,124,175). Sum of RGB (Red+Green+Blue) = 237+124+175=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7CAF is #128350. Grayscale: #A3A3A3. Windows color (decimal): -1213265 or 11500781. OLE color: 11500781.

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

Color convert

RGB237124175-
CMYK00.480.260.07
HSL332.92º75.84%70.78%-
HSV(B)332.92º47.68%92.94%-
XYZ49.8735.5144.78-
YUV163.6134.44180.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.22%
GREEN value IS 124 (48.83% from 255) = 23.13%
BLUE value IS 175 (68.75% from 255) = 32.65%
R=44.22%
G=23.13%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712417500.480.260.07332.9275.8470.78
HexED7CAF0301A714d4c47
Octal355174257060327515114107
Binary1110110111111001010111101100001101011110100110110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7CAF; }

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

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

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

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

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

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

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

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