#ED78BC

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

Shades of Persian Pink #ED78BC

Tints of Persian Pink #ED78BC

Color information

#ED78BC (or 0xED78BC) is unknown color: approx Persian Pink. HEX triplet: ED, 78 and BC. RGB value is (237,120,188). Sum of RGB (Red+Green+Blue) = 237+120+188=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED78BC is #128743. Grayscale: #A2A2A2. Windows color (decimal): -1214276 or 12351725. OLE color: 12351725.

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

Color convert

RGB237120188-
CMYK00.490.210.07
HSL325.13º76.47%70%-
HSV(B)325.13º49.37%92.94%-
XYZ50.7235.0751.67-
YUV162.74142.26180.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.49%
GREEN value IS 120 (47.27% from 255) = 22.02%
BLUE value IS 188 (73.83% from 255) = 34.50%
R=43.49%
G=22.02%
B=34.50%

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
Decimal23712018800.490.210.07325.1376.4770
HexED78BC0311571454c46
Octal355170274061257505114106
Binary1110110111110001011110001100011010111110100010110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED78BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED78BC; }

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

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

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

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

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

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

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

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