Html Css Color HEX #EF14BE Shocking Pink

📋 copy color: '#EF14BE'

red 239 ◦ green 20 ◦ blue 190

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

Shades of Shocking Pink #EF14BE

Tints of Shocking Pink #EF14BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 53.23%
G = 4.45%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF14BE (or 0xEF14BE) is known color: Shocking Pink. HEX triplet: EF, 14 and BE. RGB value is (239,20,190). Sum of RGB (Red+Green+Blue) = 239+20+190=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 20 (8.20% from 255 or 4.45% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF14BE is #10EB41. Grayscale: #686868. Windows color (decimal): -1108802 or 12457199. OLE color: 12457199.

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

Color convert

RGB 239 20 190 -
CMYK 0 0.92 0.21 0.06
HSL 313.42º 0.87% 0.51% -
HSV(B) 313.42º 0.92% 0.94% -
XYZ 45.14 22.57 50.69 -
YUV 104.86 176.05 223.68 -
System Red Green Blue C M Y K H S L
Decimal 239 20 190 0 0.92 0.21 0.06 313.42 0.87 0.51
Hex EF 14 BE 0 5C 15 6 139 57 33
Octal 357 24 276 0 134 25 6 471 127 63
Binary 11101111 10100 10111110 0 1011100 10101 110 100111001 1010111 110011

Color Harmonies of #EF14BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF14BE

Black with #EF14BE

Text Example


Text Example

White with #EF14BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF14BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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