Html Css Color HEX #EB57BA Hot Pink

📋 copy color: '#EB57BA'

red 235 ◦ green 87 ◦ blue 186

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

Shades of Hot Pink #EB57BA

Tints of Hot Pink #EB57BA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.13%

 BLUE value IS 186 (73.05% from 255) = 36.61%

R = 46.26%
G = 17.13%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EB57BA (or 0xEB57BA) is known color: Hot Pink. HEX triplet: EB, 57 and BA. RGB value is (235,87,186). Sum of RGB (Red+Green+Blue) = 235+87+186=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 87 (34.38% from 255 or 17.13% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EB57BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB57BA is #14A845. Grayscale: #8E8E8E. Windows color (decimal): -1353798 or 12212203. OLE color: 12212203.

HSL color Cylindrical-coordinate representation of color #EB57BA: hue angle of 319.86º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EB57BA is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 87 186 -
CMYK 0 0.63 0.21 0.08
HSL 319.86º 0.79% 0.63% -
HSV(B) 319.86º 0.63% 0.92% -
XYZ 46.53 28.02 49.41 -
YUV 142.54 152.53 193.95 -
System Red Green Blue C M Y K H S L
Decimal 235 87 186 0 0.63 0.21 0.08 319.86 0.79 0.63
Hex EB 57 BA 0 3F 15 8 140 4F 3F
Octal 353 127 272 0 77 25 10 500 117 77
Binary 11101011 1010111 10111010 0 111111 10101 1000 101000000 1001111 111111

Color Harmonies of #EB57BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB57BA

Black with #EB57BA

Text Example


Text Example

White with #EB57BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB57BA; }

 p { color: rgb(235,87,186); }

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

background-color css

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

 a { background-color: rgb(235,87,186); }

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

border-color css

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

 span { border-color: rgb(235,87,186); }

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