#ED70BA

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

Shades of Persian Pink #ED70BA

Tints of Persian Pink #ED70BA

Color information

#ED70BA (or 0xED70BA) is unknown color: approx Persian Pink. HEX triplet: ED, 70 and BA. RGB value is (237,112,186). Sum of RGB (Red+Green+Blue) = 237+112+186=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #ED70BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED70BA is #128F45. Grayscale: #9D9D9D. Windows color (decimal): -1216326 or 12218605. OLE color: 12218605.

HSL color Cylindrical-coordinate representation of color #ED70BA: hue angle of 324.48º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED70BA is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB237112186-
CMYK00.530.220.07
HSL324.48º77.64%68.43%-
HSV(B)324.48º52.74%92.94%-
XYZ49.5833.1450.24-
YUV157.81143.91184.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.30%
GREEN value IS 112 (44.14% from 255) = 20.93%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=44.30%
G=20.93%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711218600.530.220.07324.4877.6468.43
HexED70BA0351671444e44
Octal355160272065267504116104
Binary1110110111100001011101001101011011011110100010010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED70BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED70BA; }

 p { color: rgb(237,112,186); }

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

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

 a { background-color: rgb(237,112,186); }

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

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

 span { border-color: rgb(237,112,186); }

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