Html Css Color HEX #EB54BB Hot Pink

📋 copy color: '#EB54BB'

red 235 ◦ green 84 ◦ blue 187

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

Shades of Hot Pink #EB54BB

Tints of Hot Pink #EB54BB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.6%

 BLUE value IS 187 (73.44% from 255) = 36.96%

R = 46.44%
G = 16.6%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EB54BB (or 0xEB54BB) is known color: Hot Pink. HEX triplet: EB, 54 and BB. RGB value is (235,84,187). Sum of RGB (Red+Green+Blue) = 235+84+187=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 84 (33.20% from 255 or 16.60% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EB54BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB54BB is #14AB44. Grayscale: #8C8C8C. Windows color (decimal): -1354565 or 12276971. OLE color: 12276971.

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

Color convert

RGB 235 84 187 -
CMYK 0 0.64 0.20 0.08
HSL 319.07º 0.79% 0.63% -
HSV(B) 319.07º 0.64% 0.92% -
XYZ 46.4 27.59 49.89 -
YUV 140.89 154.03 195.12 -
System Red Green Blue C M Y K H S L
Decimal 235 84 187 0 0.64 0.20 0.08 319.07 0.79 0.63
Hex EB 54 BB 0 40 14 8 13F 4F 3F
Octal 353 124 273 0 100 24 10 477 117 77
Binary 11101011 1010100 10111011 0 1000000 10100 1000 100111111 1001111 111111

Color Harmonies of #EB54BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB54BB

Black with #EB54BB

Text Example


Text Example

White with #EB54BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB54BB; }

 p { color: rgb(235,84,187); }

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

background-color css

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

 a { background-color: rgb(235,84,187); }

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

border-color css

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

 span { border-color: rgb(235,84,187); }

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