#ED7AC6

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

Shades of Persian Pink #ED7AC6

Tints of Persian Pink #ED7AC6

Color information

#ED7AC6 (or 0xED7AC6) is unknown color: approx Persian Pink. HEX triplet: ED, 7A and C6. RGB value is (237,122,198). Sum of RGB (Red+Green+Blue) = 237+122+198=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7AC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7AC6 is #128539. Grayscale: #A4A4A4. Windows color (decimal): -1213754 or 13007597. OLE color: 13007597.

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

Color convert

RGB237122198-
CMYK00.490.160.07
HSL320.35º76.16%70.39%-
HSV(B)320.35º48.52%92.94%-
XYZ52.083657.63-
YUV165.05146.6179.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.55%
GREEN value IS 122 (48.05% from 255) = 21.90%
BLUE value IS 198 (77.73% from 255) = 35.55%
R=42.55%
G=21.90%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712219800.490.160.07320.3576.1670.39
HexED7AC60311071404c46
Octal355172306061207500114106
Binary1110110111110101100011001100011000011110100000010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7AC6; }

 p { color: rgb(237,122,198); }

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

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

 a { background-color: rgb(237,122,198); }

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

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

 span { border-color: rgb(237,122,198); }

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