#ED73BB

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

Shades of Persian Pink #ED73BB

Tints of Persian Pink #ED73BB

Color information

#ED73BB (or 0xED73BB) is unknown color: approx Persian Pink. HEX triplet: ED, 73 and BB. RGB value is (237,115,187). Sum of RGB (Red+Green+Blue) = 237+115+187=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #ED73BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED73BB is #128C44. Grayscale: #9F9F9F. Windows color (decimal): -1215557 or 12284909. OLE color: 12284909.

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

Color convert

RGB237115187-
CMYK00.510.210.07
HSL324.59º77.22%69.02%-
HSV(B)324.59º51.48%92.94%-
XYZ50.0333.8550.91-
YUV159.69143.42183.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.97%
GREEN value IS 115 (45.31% from 255) = 21.34%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=43.97%
G=21.34%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711518700.510.210.07324.5977.2269.02
HexED73BB0331571454d45
Octal355163273063257505115105
Binary1110110111100111011101101100111010111110100010110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED73BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED73BB; }

 p { color: rgb(237,115,187); }

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

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

 a { background-color: rgb(237,115,187); }

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

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

 span { border-color: rgb(237,115,187); }

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