Html Css Color HEX #EF64B3 Hot Pink

📋 copy color: '#EF64B3'

red 239 ◦ green 100 ◦ blue 179

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

Shades of Hot Pink #EF64B3

Tints of Hot Pink #EF64B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.56%

R = 46.14%
G = 19.31%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EF64B3 (or 0xEF64B3) is known color: Hot Pink. HEX triplet: EF, 64 and B3. RGB value is (239,100,179). Sum of RGB (Red+Green+Blue) = 239+100+179=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF64B3 is #109B4C. Grayscale: #969696. Windows color (decimal): -1088333 or 11756783. OLE color: 11756783.

HSL color Cylindrical-coordinate representation of color #EF64B3: hue angle of 325.9º 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 #EF64B3 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 100 179 -
CMYK 0 0.58 0.25 0.06
HSL 325.9º 0.81% 0.66% -
HSV(B) 325.9º 0.58% 0.94% -
XYZ 48.29 30.72 46.03 -
YUV 150.57 144.05 191.08 -
System Red Green Blue C M Y K H S L
Decimal 239 100 179 0 0.58 0.25 0.06 325.9 0.81 0.66
Hex EF 64 B3 0 3A 19 6 146 51 42
Octal 357 144 263 0 72 31 6 506 121 102
Binary 11101111 1100100 10110011 0 111010 11001 110 101000110 1010001 1000010

Color Harmonies of #EF64B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF64B3

Black with #EF64B3

Text Example


Text Example

White with #EF64B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF64B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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