Html Css Color HEX #EB64BB Hot Pink

📋 copy color: '#EB64BB'

red 235 ◦ green 100 ◦ blue 187

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

Shades of Hot Pink #EB64BB

Tints of Hot Pink #EB64BB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.16%

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

R = 45.02%
G = 19.16%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EB64BB (or 0xEB64BB) is known color: Hot Pink. HEX triplet: EB, 64 and BB. RGB value is (235,100,187). Sum of RGB (Red+Green+Blue) = 235+100+187=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EB64BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB64BB is #149B44. Grayscale: #969696. Windows color (decimal): -1350469 or 12281067. OLE color: 12281067.

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

Color convert

RGB 235 100 187 -
CMYK 0 0.57 0.20 0.08
HSL 321.33º 0.77% 0.66% -
HSV(B) 321.33º 0.57% 0.92% -
XYZ 47.79 30.36 50.36 -
YUV 150.28 148.73 188.43 -
System Red Green Blue C M Y K H S L
Decimal 235 100 187 0 0.57 0.20 0.08 321.33 0.77 0.66
Hex EB 64 BB 0 39 14 8 141 4D 42
Octal 353 144 273 0 71 24 10 501 115 102
Binary 11101011 1100100 10111011 0 111001 10100 1000 101000001 1001101 1000010

Color Harmonies of #EB64BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB64BB

Black with #EB64BB

Text Example


Text Example

White with #EB64BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB64BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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