Html Css Color HEX #EF15BA Shocking Pink

📋 copy color: '#EF15BA'

red 239 ◦ green 21 ◦ blue 186

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

Shades of Shocking Pink #EF15BA

Tints of Shocking Pink #EF15BA

RGB

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

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

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

R = 53.59%
G = 4.71%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF15BA (or 0xEF15BA) is known color: Shocking Pink. HEX triplet: EF, 15 and BA. RGB value is (239,21,186). Sum of RGB (Red+Green+Blue) = 239+21+186=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 21 (8.59% from 255 or 4.71% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF15BA is #10EA45. Grayscale: #686868. Windows color (decimal): -1108550 or 12195311. OLE color: 12195311.

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

Color convert

RGB 239 21 186 -
CMYK 0 0.91 0.22 0.06
HSL 314.59º 0.87% 0.51% -
HSV(B) 314.59º 0.91% 0.94% -
XYZ 44.73 22.43 48.43 -
YUV 104.99 173.72 223.58 -
System Red Green Blue C M Y K H S L
Decimal 239 21 186 0 0.91 0.22 0.06 314.59 0.87 0.51
Hex EF 15 BA 0 5B 16 6 13B 57 33
Octal 357 25 272 0 133 26 6 473 127 63
Binary 11101111 10101 10111010 0 1011011 10110 110 100111011 1010111 110011

Color Harmonies of #EF15BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF15BA

Black with #EF15BA

Text Example


Text Example

White with #EF15BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF15BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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