#ED75AF

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

Shades of Persian Pink #ED75AF

Tints of Persian Pink #ED75AF

Color information

#ED75AF (or 0xED75AF) is unknown color: approx Persian Pink. HEX triplet: ED, 75 and AF. RGB value is (237,117,175). Sum of RGB (Red+Green+Blue) = 237+117+175=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED75AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED75AF is #128A50. Grayscale: #9F9F9F. Windows color (decimal): -1215057 or 11498989. OLE color: 11498989.

HSL color Cylindrical-coordinate representation of color #ED75AF: hue angle of 331º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED75AF is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB237117175-
CMYK00.510.260.07
HSL331º76.92%69.41%-
HSV(B)331º50.63%92.94%-
XYZ49.0233.8244.5-
YUV159.49136.76183.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.80%
GREEN value IS 117 (46.09% from 255) = 22.12%
BLUE value IS 175 (68.75% from 255) = 33.08%
R=44.80%
G=22.12%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711717500.510.260.0733176.9269.41
HexED75AF0331A714b4d45
Octal355165257063327513115105
Binary1110110111101011010111101100111101011110100101110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED75AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED75AF; }

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

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

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

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

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

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

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

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