Html Css Color HEX #EF52BC Hot Pink

📋 copy color: '#EF52BC'

red 239 ◦ green 82 ◦ blue 188

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

Shades of Hot Pink #EF52BC

Tints of Hot Pink #EF52BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.94%

R = 46.95%
G = 16.11%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF52BC (or 0xEF52BC) is known color: Hot Pink. HEX triplet: EF, 52 and BC. RGB value is (239,82,188). Sum of RGB (Red+Green+Blue) = 239+82+188=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 82 (32.42% from 255 or 16.11% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF52BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF52BC is #10AD43. Grayscale: #8C8C8C. Windows color (decimal): -1092932 or 12341999. OLE color: 12341999.

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

Color convert

RGB 239 82 188 -
CMYK 0 0.66 0.21 0.06
HSL 319.49º 0.83% 0.63% -
HSV(B) 319.49º 0.66% 0.94% -
XYZ 47.69 28.02 50.47 -
YUV 141.03 154.51 197.88 -
System Red Green Blue C M Y K H S L
Decimal 239 82 188 0 0.66 0.21 0.06 319.49 0.83 0.63
Hex EF 52 BC 0 42 15 6 13F 53 3F
Octal 357 122 274 0 102 25 6 477 123 77
Binary 11101111 1010010 10111100 0 1000010 10101 110 100111111 1010011 111111

Color Harmonies of #EF52BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52BC

Black with #EF52BC

Text Example


Text Example

White with #EF52BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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