Html Css Color HEX #EF55BC Hot Pink

📋 copy color: '#EF55BC'

red 239 ◦ green 85 ◦ blue 188

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

Shades of Hot Pink #EF55BC

Tints of Hot Pink #EF55BC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.6%

 BLUE value IS 188 (73.83% from 255) = 36.72%

R = 46.68%
G = 16.6%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF55BC (or 0xEF55BC) is known color: Hot Pink. HEX triplet: EF, 55 and BC. RGB value is (239,85,188). Sum of RGB (Red+Green+Blue) = 239+85+188=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF55BC is #10AA43. Grayscale: #8E8E8E. Windows color (decimal): -1092164 or 12342767. OLE color: 12342767.

HSL color Cylindrical-coordinate representation of color #EF55BC: hue angle of 319.87º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF55BC is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 85 188 -
CMYK 0 0.64 0.21 0.06
HSL 319.87º 0.83% 0.64% -
HSV(B) 319.87º 0.64% 0.94% -
XYZ 47.92 28.48 50.55 -
YUV 142.79 153.52 196.62 -
System Red Green Blue C M Y K H S L
Decimal 239 85 188 0 0.64 0.21 0.06 319.87 0.83 0.64
Hex EF 55 BC 0 40 15 6 140 53 40
Octal 357 125 274 0 100 25 6 500 123 100
Binary 11101111 1010101 10111100 0 1000000 10101 110 101000000 1010011 1000000

Color Harmonies of #EF55BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF55BC

Black with #EF55BC

Text Example


Text Example

White with #EF55BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF55BC; }

 p { color: rgb(239,85,188); }

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

background-color css

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

 a { background-color: rgb(239,85,188); }

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

border-color css

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

 span { border-color: rgb(239,85,188); }

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