#ED78BB

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

Shades of Persian Pink #ED78BB

Tints of Persian Pink #ED78BB

Color information

#ED78BB (or 0xED78BB) is unknown color: approx Persian Pink. HEX triplet: ED, 78 and BB. RGB value is (237,120,187). Sum of RGB (Red+Green+Blue) = 237+120+187=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED78BB is #128744. Grayscale: #A2A2A2. Windows color (decimal): -1214277 or 12286189. OLE color: 12286189.

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

Color convert

RGB237120187-
CMYK00.490.210.07
HSL325.64º76.47%70%-
HSV(B)325.64º49.37%92.94%-
XYZ50.6135.0351.11-
YUV162.62141.76181.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.57%
GREEN value IS 120 (47.27% from 255) = 22.06%
BLUE value IS 187 (73.44% from 255) = 34.38%
R=43.57%
G=22.06%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712018700.490.210.07325.6476.4770
HexED78BB0311571464c46
Octal355170273061257506114106
Binary1110110111110001011101101100011010111110100011010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED78BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED78BB; }

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

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

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

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

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

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

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

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