#ED78BD

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

Shades of Persian Pink #ED78BD

Tints of Persian Pink #ED78BD

Color information

#ED78BD (or 0xED78BD) is unknown color: approx Persian Pink. HEX triplet: ED, 78 and BD. RGB value is (237,120,189). Sum of RGB (Red+Green+Blue) = 237+120+189=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED78BD is #128742. Grayscale: #A2A2A2. Windows color (decimal): -1214275 or 12417261. OLE color: 12417261.

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

Color convert

RGB237120189-
CMYK00.490.200.07
HSL324.62º76.47%70%-
HSV(B)324.62º49.37%92.94%-
XYZ50.8335.1152.24-
YUV162.85142.76180.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.41%
GREEN value IS 120 (47.27% from 255) = 21.98%
BLUE value IS 189 (74.22% from 255) = 34.62%
R=43.41%
G=21.98%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712018900.490.200.07324.6276.4770
HexED78BD0311471454c46
Octal355170275061247505114106
Binary1110110111110001011110101100011010011110100010110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED78BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED78BD; }

 p { color: rgb(237,120,189); }

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

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

 a { background-color: rgb(237,120,189); }

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

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

 span { border-color: rgb(237,120,189); }

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