Html Css Color HEX #EF64BB Hot Pink

📋 copy color: '#EF64BB'

red 239 ◦ green 100 ◦ blue 187

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

Shades of Hot Pink #EF64BB

Tints of Hot Pink #EF64BB

RGB

 RED value IS 239 (93.75% from 255) = 45.44%

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

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

R = 45.44%
G = 19.01%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF64BB (or 0xEF64BB) is known color: Hot Pink. HEX triplet: EF, 64 and BB. RGB value is (239,100,187). Sum of RGB (Red+Green+Blue) = 239+100+187=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF64BB is #109B44. Grayscale: #979797. Windows color (decimal): -1088325 or 12281071. OLE color: 12281071.

HSL color Cylindrical-coordinate representation of color #EF64BB: hue angle of 322.45º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF64BB is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 100 187 -
CMYK 0 0.58 0.22 0.06
HSL 322.45º 0.81% 0.66% -
HSV(B) 322.45º 0.58% 0.94% -
XYZ 49.12 31.05 50.42 -
YUV 151.48 148.05 190.43 -
System Red Green Blue C M Y K H S L
Decimal 239 100 187 0 0.58 0.22 0.06 322.45 0.81 0.66
Hex EF 64 BB 0 3A 16 6 142 51 42
Octal 357 144 273 0 72 26 6 502 121 102
Binary 11101111 1100100 10111011 0 111010 10110 110 101000010 1010001 1000010

Color Harmonies of #EF64BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF64BB

Black with #EF64BB

Text Example


Text Example

White with #EF64BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF64BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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