#ED6880

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

Shades of Brink Pink #ED6880

Tints of Brink Pink #ED6880

Color information

#ED6880 (or 0xED6880) is unknown color: approx Brink Pink. HEX triplet: ED, 68 and 80. RGB value is (237,104,128). Sum of RGB (Red+Green+Blue) = 237+104+128=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6880 is #12977F. Grayscale: #929292. Windows color (decimal): -1218432 or 8415469. OLE color: 8415469.

HSL color Cylindrical-coordinate representation of color #ED6880: hue angle of 349.17º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED6880 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237104128-
CMYK00.560.460.07
HSL349.17º78.7%66.86%-
HSV(B)349.17º56.12%92.94%-
XYZ43.7729.4623.8-
YUV146.5117.56192.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.53%
GREEN value IS 104 (41.02% from 255) = 22.17%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=50.53%
G=22.17%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710412800.560.460.07349.1778.766.86
HexED68800382E715d4f43
Octal355150200070567535117103
Binary11101101110100010000000011100010111011110101110110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6880; }

 p { color: rgb(237,104,128); }

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

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

 a { background-color: rgb(237,104,128); }

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

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

 span { border-color: rgb(237,104,128); }

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