Html Css Color HEX #EF50BE Hot Pink

📋 copy color: '#EF50BE'

red 239 ◦ green 80 ◦ blue 190

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

Shades of Hot Pink #EF50BE

Tints of Hot Pink #EF50BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.33%

R = 46.95%
G = 15.72%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF50BE (or 0xEF50BE) is known color: Hot Pink. HEX triplet: EF, 50 and BE. RGB value is (239,80,190). Sum of RGB (Red+Green+Blue) = 239+80+190=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50BE is #10AF41. Grayscale: #8B8B8B. Windows color (decimal): -1093442 or 12472559. OLE color: 12472559.

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

Color convert

RGB 239 80 190 -
CMYK 0 0.67 0.21 0.06
HSL 318.49º 0.83% 0.63% -
HSV(B) 318.49º 0.67% 0.94% -
XYZ 47.76 27.81 51.57 -
YUV 140.08 156.18 198.56 -
System Red Green Blue C M Y K H S L
Decimal 239 80 190 0 0.67 0.21 0.06 318.49 0.83 0.63
Hex EF 50 BE 0 43 15 6 13E 53 3F
Octal 357 120 276 0 103 25 6 476 123 77
Binary 11101111 1010000 10111110 0 1000011 10101 110 100111110 1010011 111111

Color Harmonies of #EF50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF50BE

Black with #EF50BE

Text Example


Text Example

White with #EF50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF50BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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