Html Css Color HEX #EB617C Brink Pink

📋 copy color: '#EB617C'

red 235 ◦ green 97 ◦ blue 124

#EB617C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brink Pink #EB617C

Tints of Brink Pink #EB617C

RGB

 RED value IS 235 (92.19% from 255) = 51.54%

 GREEN value IS 97 (38.28% from 255) = 21.27%

 BLUE value IS 124 (48.83% from 255) = 27.19%

R = 51.54%
G = 21.27%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB617C (or 0xEB617C) is known color: Brink Pink. HEX triplet: EB, 61 and 7C. RGB value is (235,97,124). Sum of RGB (Red+Green+Blue) = 235+97+124=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB617C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB617C is #149E83. Grayscale: #8D8D8D. Windows color (decimal): -1351300 or 8151531. OLE color: 8151531.

HSL color Cylindrical-coordinate representation of color #EB617C: hue angle of 348.26º 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 #EB617C is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 97 124 -
CMYK 0 0.59 0.47 0.08
HSL 348.26º 0.78% 0.65% -
HSV(B) 348.26º 0.59% 0.92% -
XYZ 42.17 27.67 22.19 -
YUV 141.34 118.22 194.8 -
System Red Green Blue C M Y K H S L
Decimal 235 97 124 0 0.59 0.47 0.08 348.26 0.78 0.65
Hex EB 61 7C 0 3B 2F 8 15C 4E 41
Octal 353 141 174 0 73 57 10 534 116 101
Binary 11101011 1100001 1111100 0 111011 101111 1000 101011100 1001110 1000001

Color Harmonies of #EB617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB617C

Black with #EB617C

Text Example


Text Example

White with #EB617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB617C; }

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

 H1.HeaderClassName
 {
   color: #EB617C;
 }
 .AnyTagClassName
 {
   color: #EB617C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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