Html Css Color HEX #EF50BB Hot Pink

📋 copy color: '#EF50BB'

red 239 ◦ green 80 ◦ blue 187

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

Shades of Hot Pink #EF50BB

Tints of Hot Pink #EF50BB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.81%

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

R = 47.23%
G = 15.81%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF50BB (or 0xEF50BB) is known color: Hot Pink. HEX triplet: EF, 50 and BB. RGB value is (239,80,187). Sum of RGB (Red+Green+Blue) = 239+80+187=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50BB is #10AF44. Grayscale: #8B8B8B. Windows color (decimal): -1093445 or 12275951. OLE color: 12275951.

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

Color convert

RGB 239 80 187 -
CMYK 0 0.67 0.22 0.06
HSL 319.62º 0.83% 0.63% -
HSV(B) 319.62º 0.67% 0.94% -
XYZ 47.43 27.68 49.86 -
YUV 139.74 154.68 198.8 -
System Red Green Blue C M Y K H S L
Decimal 239 80 187 0 0.67 0.22 0.06 319.62 0.83 0.63
Hex EF 50 BB 0 43 16 6 140 53 3F
Octal 357 120 273 0 103 26 6 500 123 77
Binary 11101111 1010000 10111011 0 1000011 10110 110 101000000 1010011 111111

Color Harmonies of #EF50BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF50BB

Black with #EF50BB

Text Example


Text Example

White with #EF50BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF50BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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