Html Css Color HEX #EB64AF Hot Pink

📋 copy color: '#EB64AF'

red 235 ◦ green 100 ◦ blue 175

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

Shades of Hot Pink #EB64AF

Tints of Hot Pink #EB64AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.31%

R = 46.08%
G = 19.61%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB64AF (or 0xEB64AF) is known color: Hot Pink. HEX triplet: EB, 64 and AF. RGB value is (235,100,175). Sum of RGB (Red+Green+Blue) = 235+100+175=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EB64AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB64AF is #149B50. Grayscale: #949494. Windows color (decimal): -1350481 or 11494635. OLE color: 11494635.

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

Color convert

RGB 235 100 175 -
CMYK 0 0.57 0.26 0.08
HSL 326.67º 0.77% 0.66% -
HSV(B) 326.67º 0.57% 0.92% -
XYZ 46.56 29.87 43.87 -
YUV 148.92 142.73 189.4 -
System Red Green Blue C M Y K H S L
Decimal 235 100 175 0 0.57 0.26 0.08 326.67 0.77 0.66
Hex EB 64 AF 0 39 1A 8 147 4D 42
Octal 353 144 257 0 71 32 10 507 115 102
Binary 11101011 1100100 10101111 0 111001 11010 1000 101000111 1001101 1000010

Color Harmonies of #EB64AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB64AF

Black with #EB64AF

Text Example


Text Example

White with #EB64AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB64AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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