Html Css Color HEX #EF15BF Shocking Pink

📋 copy color: '#EF15BF'

red 239 ◦ green 21 ◦ blue 191

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

Shades of Shocking Pink #EF15BF

Tints of Shocking Pink #EF15BF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.66%

 BLUE value IS 191 (75% from 255) = 42.35%

R = 52.99%
G = 4.66%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF15BF (or 0xEF15BF) is known color: Shocking Pink. HEX triplet: EF, 15 and BF. RGB value is (239,21,191). Sum of RGB (Red+Green+Blue) = 239+21+191=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 21 (8.59% from 255 or 4.66% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF15BF is #10EA40. Grayscale: #696969. Windows color (decimal): -1108545 or 12522991. OLE color: 12522991.

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

Color convert

RGB 239 21 191 -
CMYK 0 0.91 0.20 0.06
HSL 313.21º 0.87% 0.51% -
HSV(B) 313.21º 0.91% 0.94% -
XYZ 45.27 22.65 51.28 -
YUV 105.56 176.22 223.18 -
System Red Green Blue C M Y K H S L
Decimal 239 21 191 0 0.91 0.20 0.06 313.21 0.87 0.51
Hex EF 15 BF 0 5B 14 6 139 57 33
Octal 357 25 277 0 133 24 6 471 127 63
Binary 11101111 10101 10111111 0 1011011 10100 110 100111001 1010111 110011

Color Harmonies of #EF15BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF15BF

Black with #EF15BF

Text Example


Text Example

White with #EF15BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF15BF; }

 p { color: rgb(239,21,191); }

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

background-color css

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

 a { background-color: rgb(239,21,191); }

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

border-color css

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

 span { border-color: rgb(239,21,191); }

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