Html Css Color HEX #EF55BE Hot Pink

📋 copy color: '#EF55BE'

red 239 ◦ green 85 ◦ blue 190

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

Shades of Hot Pink #EF55BE

Tints of Hot Pink #EF55BE

RGB

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

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

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

R = 46.5%
G = 16.54%
B = 36.96%

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

#EF55BE (or 0xEF55BE) is known color: Hot Pink. HEX triplet: EF, 55 and BE. RGB value is (239,85,190). Sum of RGB (Red+Green+Blue) = 239+85+190=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 85 (33.59% from 255 or 16.54% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF55BE is #10AA41. Grayscale: #8E8E8E. Windows color (decimal): -1092162 or 12473839. OLE color: 12473839.

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

Color convert

RGB 239 85 190 -
CMYK 0 0.64 0.21 0.06
HSL 319.09º 0.83% 0.64% -
HSV(B) 319.09º 0.64% 0.94% -
XYZ 48.14 28.57 51.69 -
YUV 143.02 154.52 196.46 -
System Red Green Blue C M Y K H S L
Decimal 239 85 190 0 0.64 0.21 0.06 319.09 0.83 0.64
Hex EF 55 BE 0 40 15 6 13F 53 40
Octal 357 125 276 0 100 25 6 477 123 100
Binary 11101111 1010101 10111110 0 1000000 10101 110 100111111 1010011 1000000

Color Harmonies of #EF55BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF55BE

Black with #EF55BE

Text Example


Text Example

White with #EF55BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF55BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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