Html Css Color HEX #EF13BA Shocking Pink

📋 copy color: '#EF13BA'

red 239 ◦ green 19 ◦ blue 186

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

Shades of Shocking Pink #EF13BA

Tints of Shocking Pink #EF13BA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.28%

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

R = 53.83%
G = 4.28%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF13BA (or 0xEF13BA) is known color: Shocking Pink. HEX triplet: EF, 13 and BA. RGB value is (239,19,186). Sum of RGB (Red+Green+Blue) = 239+19+186=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 19 (7.81% from 255 or 4.28% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF13BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF13BA is #10EC45. Grayscale: #676767. Windows color (decimal): -1109062 or 12194799. OLE color: 12194799.

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

Color convert

RGB 239 19 186 -
CMYK 0 0.92 0.22 0.06
HSL 314.45º 0.87% 0.51% -
HSV(B) 314.45º 0.92% 0.94% -
XYZ 44.69 22.36 48.42 -
YUV 103.82 174.39 224.42 -
System Red Green Blue C M Y K H S L
Decimal 239 19 186 0 0.92 0.22 0.06 314.45 0.87 0.51
Hex EF 13 BA 0 5C 16 6 13A 57 33
Octal 357 23 272 0 134 26 6 472 127 63
Binary 11101111 10011 10111010 0 1011100 10110 110 100111010 1010111 110011

Color Harmonies of #EF13BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF13BA

Black with #EF13BA

Text Example


Text Example

White with #EF13BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF13BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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