Html Css Color HEX #EF64B4 Hot Pink

📋 copy color: '#EF64B4'

red 239 ◦ green 100 ◦ blue 180

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

Shades of Hot Pink #EF64B4

Tints of Hot Pink #EF64B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.68%

R = 46.05%
G = 19.27%
B = 34.68%

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

#EF64B4 (or 0xEF64B4) is known color: Hot Pink. HEX triplet: EF, 64 and B4. RGB value is (239,100,180). Sum of RGB (Red+Green+Blue) = 239+100+180=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF64B4 is #109B4B. Grayscale: #969696. Windows color (decimal): -1088332 or 11822319. OLE color: 11822319.

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

Color convert

RGB 239 100 180 -
CMYK 0 0.58 0.25 0.06
HSL 325.47º 0.81% 0.66% -
HSV(B) 325.47º 0.58% 0.94% -
XYZ 48.39 30.76 46.57 -
YUV 150.68 144.55 191 -
System Red Green Blue C M Y K H S L
Decimal 239 100 180 0 0.58 0.25 0.06 325.47 0.81 0.66
Hex EF 64 B4 0 3A 19 6 145 51 42
Octal 357 144 264 0 72 31 6 505 121 102
Binary 11101111 1100100 10110100 0 111010 11001 110 101000101 1010001 1000010

Color Harmonies of #EF64B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF64B4

Black with #EF64B4

Text Example


Text Example

White with #EF64B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF64B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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