Html Css Color HEX #EF52BA Hot Pink

📋 copy color: '#EF52BA'

red 239 ◦ green 82 ◦ blue 186

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

Shades of Hot Pink #EF52BA

Tints of Hot Pink #EF52BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.17%

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

R = 47.14%
G = 16.17%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF52BA (or 0xEF52BA) is known color: Hot Pink. HEX triplet: EF, 52 and BA. RGB value is (239,82,186). Sum of RGB (Red+Green+Blue) = 239+82+186=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 82 (32.42% from 255 or 16.17% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF52BA is #10AD45. Grayscale: #8C8C8C. Windows color (decimal): -1092934 or 12210927. OLE color: 12210927.

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

Color convert

RGB 239 82 186 -
CMYK 0 0.66 0.22 0.06
HSL 320.25º 0.83% 0.63% -
HSV(B) 320.25º 0.66% 0.94% -
XYZ 47.48 27.93 49.34 -
YUV 140.8 153.51 198.04 -
System Red Green Blue C M Y K H S L
Decimal 239 82 186 0 0.66 0.22 0.06 320.25 0.83 0.63
Hex EF 52 BA 0 42 16 6 140 53 3F
Octal 357 122 272 0 102 26 6 500 123 77
Binary 11101111 1010010 10111010 0 1000010 10110 110 101000000 1010011 111111

Color Harmonies of #EF52BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52BA

Black with #EF52BA

Text Example


Text Example

White with #EF52BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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