#ED6480

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

Shades of Brink Pink #ED6480

Tints of Brink Pink #ED6480

Color information

#ED6480 (or 0xED6480) is unknown color: approx Brink Pink. HEX triplet: ED, 64 and 80. RGB value is (237,100,128). Sum of RGB (Red+Green+Blue) = 237+100+128=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6480 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6480 is #129B7F. Grayscale: #909090. Windows color (decimal): -1219456 or 8414445. OLE color: 8414445.

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

Color convert

RGB237100128-
CMYK00.580.460.07
HSL347.74º79.19%66.08%-
HSV(B)347.74º57.81%92.94%-
XYZ43.3828.6823.67-
YUV144.16118.89194.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.97%
GREEN value IS 100 (39.45% from 255) = 21.51%
BLUE value IS 128 (50.39% from 255) = 27.53%
R=50.97%
G=21.51%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710012800.580.460.07347.7479.1966.08
HexED648003A2E715c4f42
Octal355144200072567534117102
Binary11101101110010010000000011101010111011110101110010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6480; }

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

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

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

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

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

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

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

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