Html Css Color HEX #EF19BC Shocking Pink

📋 copy color: '#EF19BC'

red 239 ◦ green 25 ◦ blue 188

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

Shades of Shocking Pink #EF19BC

Tints of Shocking Pink #EF19BC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.53%

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 52.88%
G = 5.53%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF19BC (or 0xEF19BC) is known color: Shocking Pink. HEX triplet: EF, 19 and BC. RGB value is (239,25,188). Sum of RGB (Red+Green+Blue) = 239+25+188=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 25 (10.16% from 255 or 5.53% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF19BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF19BC is #10E643. Grayscale: #6B6B6B. Windows color (decimal): -1107524 or 12327407. OLE color: 12327407.

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

Color convert

RGB 239 25 188 -
CMYK 0 0.90 0.21 0.06
HSL 314.3º 0.87% 0.52% -
HSV(B) 314.3º 0.9% 0.94% -
XYZ 45.02 22.68 49.58 -
YUV 107.57 173.4 221.75 -
System Red Green Blue C M Y K H S L
Decimal 239 25 188 0 0.90 0.21 0.06 314.3 0.87 0.52
Hex EF 19 BC 0 5A 15 6 13A 57 34
Octal 357 31 274 0 132 25 6 472 127 64
Binary 11101111 11001 10111100 0 1011010 10101 110 100111010 1010111 110100

Color Harmonies of #EF19BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF19BC

Black with #EF19BC

Text Example


Text Example

White with #EF19BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF19BC; }

 p { color: rgb(239,25,188); }

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

background-color css

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

 a { background-color: rgb(239,25,188); }

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

border-color css

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

 span { border-color: rgb(239,25,188); }

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