Html Css Color HEX #EB64A8 Hot Pink

📋 copy color: '#EB64A8'

red 235 ◦ green 100 ◦ blue 168

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

Shades of Hot Pink #EB64A8

Tints of Hot Pink #EB64A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.4%

R = 46.72%
G = 19.88%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB64A8 (or 0xEB64A8) is known color: Hot Pink. HEX triplet: EB, 64 and A8. RGB value is (235,100,168). Sum of RGB (Red+Green+Blue) = 235+100+168=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EB64A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB64A8 is #149B57. Grayscale: #939393. Windows color (decimal): -1350488 or 11035883. OLE color: 11035883.

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

Color convert

RGB 235 100 168 -
CMYK 0 0.57 0.29 0.08
HSL 329.78º 0.77% 0.66% -
HSV(B) 329.78º 0.57% 0.92% -
XYZ 45.89 29.6 40.34 -
YUV 148.12 139.23 189.97 -
System Red Green Blue C M Y K H S L
Decimal 235 100 168 0 0.57 0.29 0.08 329.78 0.77 0.66
Hex EB 64 A8 0 39 1D 8 14A 4D 42
Octal 353 144 250 0 71 35 10 512 115 102
Binary 11101011 1100100 10101000 0 111001 11101 1000 101001010 1001101 1000010

Color Harmonies of #EB64A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB64A8

Black with #EB64A8

Text Example


Text Example

White with #EB64A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB64A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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