Html Css Color HEX #EF53BE Hot Pink

📋 copy color: '#EF53BE'

red 239 ◦ green 83 ◦ blue 190

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

Shades of Hot Pink #EF53BE

Tints of Hot Pink #EF53BE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.21%

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

R = 46.68%
G = 16.21%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF53BE (or 0xEF53BE) is known color: Hot Pink. HEX triplet: EF, 53 and BE. RGB value is (239,83,190). Sum of RGB (Red+Green+Blue) = 239+83+190=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF53BE is #10AC41. Grayscale: #8D8D8D. Windows color (decimal): -1092674 or 12473327. OLE color: 12473327.

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

Color convert

RGB 239 83 190 -
CMYK 0 0.65 0.21 0.06
HSL 318.85º 0.83% 0.63% -
HSV(B) 318.85º 0.65% 0.94% -
XYZ 47.98 28.25 51.64 -
YUV 141.84 155.18 197.3 -
System Red Green Blue C M Y K H S L
Decimal 239 83 190 0 0.65 0.21 0.06 318.85 0.83 0.63
Hex EF 53 BE 0 41 15 6 13F 53 3F
Octal 357 123 276 0 101 25 6 477 123 77
Binary 11101111 1010011 10111110 0 1000001 10101 110 100111111 1010011 111111

Color Harmonies of #EF53BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF53BE

Black with #EF53BE

Text Example


Text Example

White with #EF53BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF53BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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