Html Css Color HEX #EF14BB Shocking Pink

📋 copy color: '#EF14BB'

red 239 ◦ green 20 ◦ blue 187

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

Shades of Shocking Pink #EF14BB

Tints of Shocking Pink #EF14BB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.48%

 BLUE value IS 187 (73.44% from 255) = 41.93%

R = 53.59%
G = 4.48%
B = 41.93%

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

#EF14BB (or 0xEF14BB) is known color: Shocking Pink. HEX triplet: EF, 14 and BB. RGB value is (239,20,187). Sum of RGB (Red+Green+Blue) = 239+20+187=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 20 (8.20% from 255 or 4.48% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF14BB is #10EB44. Grayscale: #686868. Windows color (decimal): -1108805 or 12260591. OLE color: 12260591.

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

Color convert

RGB 239 20 187 -
CMYK 0 0.92 0.22 0.06
HSL 314.25º 0.87% 0.51% -
HSV(B) 314.25º 0.92% 0.94% -
XYZ 44.82 22.44 48.98 -
YUV 104.52 174.55 223.92 -
System Red Green Blue C M Y K H S L
Decimal 239 20 187 0 0.92 0.22 0.06 314.25 0.87 0.51
Hex EF 14 BB 0 5C 16 6 13A 57 33
Octal 357 24 273 0 134 26 6 472 127 63
Binary 11101111 10100 10111011 0 1011100 10110 110 100111010 1010111 110011

Color Harmonies of #EF14BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF14BB

Black with #EF14BB

Text Example


Text Example

White with #EF14BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF14BB; }

 p { color: rgb(239,20,187); }

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

background-color css

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

 a { background-color: rgb(239,20,187); }

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

border-color css

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

 span { border-color: rgb(239,20,187); }

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