Html Css Color HEX #EF55BA Hot Pink

📋 copy color: '#EF55BA'

red 239 ◦ green 85 ◦ blue 186

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

Shades of Hot Pink #EF55BA

Tints of Hot Pink #EF55BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 46.86%
G = 16.67%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF55BA (or 0xEF55BA) is known color: Hot Pink. HEX triplet: EF, 55 and BA. RGB value is (239,85,186). Sum of RGB (Red+Green+Blue) = 239+85+186=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF55BA is #10AA45. Grayscale: #8E8E8E. Windows color (decimal): -1092166 or 12211695. OLE color: 12211695.

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

Color convert

RGB 239 85 186 -
CMYK 0 0.64 0.22 0.06
HSL 320.65º 0.83% 0.64% -
HSV(B) 320.65º 0.64% 0.94% -
XYZ 47.71 28.39 49.42 -
YUV 142.56 152.52 196.79 -
System Red Green Blue C M Y K H S L
Decimal 239 85 186 0 0.64 0.22 0.06 320.65 0.83 0.64
Hex EF 55 BA 0 40 16 6 141 53 40
Octal 357 125 272 0 100 26 6 501 123 100
Binary 11101111 1010101 10111010 0 1000000 10110 110 101000001 1010011 1000000

Color Harmonies of #EF55BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF55BA

Black with #EF55BA

Text Example


Text Example

White with #EF55BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF55BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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