Html Css Color HEX #EF20BE Shocking Pink

📋 copy color: '#EF20BE'

red 239 ◦ green 32 ◦ blue 190

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

Shades of Shocking Pink #EF20BE

Tints of Shocking Pink #EF20BE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.94%

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

R = 51.84%
G = 6.94%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF20BE (or 0xEF20BE) is known color: Shocking Pink. HEX triplet: EF, 20 and BE. RGB value is (239,32,190). Sum of RGB (Red+Green+Blue) = 239+32+190=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 32 (12.89% from 255 or 6.94% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF20BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF20BE is #10DF41. Grayscale: #6F6F6F. Windows color (decimal): -1105730 or 12460271. OLE color: 12460271.

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

Color convert

RGB 239 32 190 -
CMYK 0 0.87 0.21 0.06
HSL 314.2º 0.87% 0.53% -
HSV(B) 314.2º 0.87% 0.94% -
XYZ 45.41 23.1 50.78 -
YUV 111.91 172.08 218.65 -
System Red Green Blue C M Y K H S L
Decimal 239 32 190 0 0.87 0.21 0.06 314.2 0.87 0.53
Hex EF 20 BE 0 57 15 6 13A 57 35
Octal 357 40 276 0 127 25 6 472 127 65
Binary 11101111 100000 10111110 0 1010111 10101 110 100111010 1010111 110101

Color Harmonies of #EF20BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF20BE

Black with #EF20BE

Text Example


Text Example

White with #EF20BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF20BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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