#ED74BB

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

Shades of Persian Pink #ED74BB

Tints of Persian Pink #ED74BB

Color information

#ED74BB (or 0xED74BB) is unknown color: approx Persian Pink. HEX triplet: ED, 74 and BB. RGB value is (237,116,187). Sum of RGB (Red+Green+Blue) = 237+116+187=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #ED74BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED74BB is #128B44. Grayscale: #A0A0A0. Windows color (decimal): -1215301 or 12285165. OLE color: 12285165.

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

Color convert

RGB237116187-
CMYK00.510.210.07
HSL324.79º77.07%69.22%-
HSV(B)324.79º51.05%92.94%-
XYZ50.1434.0850.95-
YUV160.27143.09182.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.89%
GREEN value IS 116 (45.70% from 255) = 21.48%
BLUE value IS 187 (73.44% from 255) = 34.63%
R=43.89%
G=21.48%
B=34.63%

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
Decimal23711618700.510.210.07324.7977.0769.22
HexED74BB0331571454d45
Octal355164273063257505115105
Binary1110110111101001011101101100111010111110100010110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED74BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED74BB; }

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

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

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

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

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

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

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

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