#ED647B

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

Shades of Brink Pink #ED647B

Tints of Brink Pink #ED647B

Color information

#ED647B (or 0xED647B) is unknown color: approx Brink Pink. HEX triplet: ED, 64 and 7B. RGB value is (237,100,123). Sum of RGB (Red+Green+Blue) = 237+100+123=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED647B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED647B is #129B84. Grayscale: #8F8F8F. Windows color (decimal): -1219461 or 8086765. OLE color: 8086765.

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

Color convert

RGB237100123-
CMYK00.580.480.07
HSL349.93º79.19%66.08%-
HSV(B)349.93º57.81%92.94%-
XYZ43.0628.5521.98-
YUV143.58116.39194.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.52%
GREEN value IS 100 (39.45% from 255) = 21.74%
BLUE value IS 123 (48.44% from 255) = 26.74%
R=51.52%
G=21.74%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710012300.580.480.07349.9379.1966.08
HexED647B03A30715e4f42
Octal355144173072607536117102
Binary1110110111001001111011011101011000011110101111010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED647B; }

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

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

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

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

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

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

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

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