#EB617B

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

Shades of Brink Pink #EB617B

Tints of Brink Pink #EB617B

Color information

#EB617B (or 0xEB617B) is unknown color: approx Brink Pink. HEX triplet: EB, 61 and 7B. RGB value is (235,97,123). Sum of RGB (Red+Green+Blue) = 235+97+123=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EB617B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB617B is #149E84. Grayscale: #8D8D8D. Windows color (decimal): -1351301 or 8085995. OLE color: 8085995.

HSL color Cylindrical-coordinate representation of color #EB617B: hue angle of 348.7º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EB617B is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB23597123-
CMYK00.590.480.08
HSL348.7º77.53%65.1%-
HSV(B)348.7º58.72%92.16%-
XYZ42.1127.6421.85-
YUV141.23117.72194.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.65%
GREEN value IS 97 (38.28% from 255) = 21.32%
BLUE value IS 123 (48.44% from 255) = 27.03%
R=51.65%
G=21.32%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359712300.590.480.08348.777.5365.1
HexEB617B03B30815d4e41
Octal3531411730736010535116101
Binary11101011110000111110110111011110000100010101110110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB617B; }

 p { color: rgb(235,97,123); }

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

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

 a { background-color: rgb(235,97,123); }

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

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

 span { border-color: rgb(235,97,123); }

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