#EB657E

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

Shades of Brink Pink #EB657E

Tints of Brink Pink #EB657E

Color information

#EB657E (or 0xEB657E) is unknown color: approx Brink Pink. HEX triplet: EB, 65 and 7E. RGB value is (235,101,126). Sum of RGB (Red+Green+Blue) = 235+101+126=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB657E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB657E is #149A81. Grayscale: #8F8F8F. Windows color (decimal): -1350274 or 8283627. OLE color: 8283627.

HSL color Cylindrical-coordinate representation of color #EB657E: hue angle of 348.81º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB657E is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB235101126-
CMYK00.570.460.08
HSL348.81º77.01%65.88%-
HSV(B)348.81º57.02%92.16%-
XYZ42.6828.4822.99-
YUV143.92117.89192.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.87%
GREEN value IS 101 (39.84% from 255) = 21.86%
BLUE value IS 126 (49.61% from 255) = 27.27%
R=50.87%
G=21.86%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510112600.570.460.08348.8177.0165.88
HexEB657E0392E815d4d42
Octal3531451760715610535115102
Binary11101011110010111111100111001101110100010101110110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB657E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB657E; }

 p { color: rgb(235,101,126); }

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

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

 a { background-color: rgb(235,101,126); }

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

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

 span { border-color: rgb(235,101,126); }

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