Html Css Color HEX #EB55BC Hot Pink

📋 copy color: '#EB55BC'

red 235 ◦ green 85 ◦ blue 188

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

Shades of Hot Pink #EB55BC

Tints of Hot Pink #EB55BC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.73%

 BLUE value IS 188 (73.83% from 255) = 37.01%

R = 46.26%
G = 16.73%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#EB55BC (or 0xEB55BC) is known color: Hot Pink. HEX triplet: EB, 55 and BC. RGB value is (235,85,188). Sum of RGB (Red+Green+Blue) = 235+85+188=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EB55BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB55BC is #14AA43. Grayscale: #8D8D8D. Windows color (decimal): -1354308 or 12342763. OLE color: 12342763.

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

Color convert

RGB 235 85 188 -
CMYK 0 0.64 0.2 0.08
HSL 318.8º 0.79% 0.63% -
HSV(B) 318.8º 0.64% 0.92% -
XYZ 46.59 27.79 50.49 -
YUV 141.59 154.2 194.62 -
System Red Green Blue C M Y K H S L
Decimal 235 85 188 0 0.64 0.2 0.08 318.8 0.79 0.63
Hex EB 55 BC 0 40 14 8 13F 4F 3F
Octal 353 125 274 0 100 24 10 477 117 77
Binary 11101011 1010101 10111100 0 1000000 10100 1000 100111111 1001111 111111

Color Harmonies of #EB55BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB55BC

Black with #EB55BC

Text Example


Text Example

White with #EB55BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB55BC; }

 p { color: rgb(235,85,188); }

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

background-color css

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

 a { background-color: rgb(235,85,188); }

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

border-color css

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

 span { border-color: rgb(235,85,188); }

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