#ED6481

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

Shades of Brink Pink #ED6481

Tints of Brink Pink #ED6481

Color information

#ED6481 (or 0xED6481) is unknown color: approx Brink Pink. HEX triplet: ED, 64 and 81. RGB value is (237,100,129). Sum of RGB (Red+Green+Blue) = 237+100+129=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6481 is #129B7E. Grayscale: #909090. Windows color (decimal): -1219455 or 8479981. OLE color: 8479981.

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

Color convert

RGB237100129-
CMYK00.580.460.07
HSL347.3º79.19%66.08%-
HSV(B)347.3º57.81%92.94%-
XYZ43.4428.724.02-
YUV144.27119.39194.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.86%
GREEN value IS 100 (39.45% from 255) = 21.46%
BLUE value IS 129 (50.78% from 255) = 27.68%
R=50.86%
G=21.46%
B=27.68%

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
Decimal23710012900.580.460.07347.379.1966.08
HexED648103A2E715b4f42
Octal355144201072567533117102
Binary11101101110010010000001011101010111011110101101110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6481; }

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

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

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

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

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

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

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

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