Html Css Color HEX #EF14AC Spicy Pink

📋 copy color: '#EF14AC'

red 239 ◦ green 20 ◦ blue 172

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

Shades of Spicy Pink #EF14AC

Tints of Spicy Pink #EF14AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.91%

R = 55.45%
G = 4.64%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF14AC (or 0xEF14AC) is known color: Spicy Pink. HEX triplet: EF, 14 and AC. RGB value is (239,20,172). Sum of RGB (Red+Green+Blue) = 239+20+172=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 20 (8.20% from 255 or 4.64% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF14AC is #10EB53. Grayscale: #666666. Windows color (decimal): -1108820 or 11277551. OLE color: 11277551.

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

Color convert

RGB 239 20 172 -
CMYK 0 0.92 0.28 0.06
HSL 318.36º 0.87% 0.51% -
HSV(B) 318.36º 0.92% 0.94% -
XYZ 43.29 21.83 40.96 -
YUV 102.81 167.05 225.14 -
System Red Green Blue C M Y K H S L
Decimal 239 20 172 0 0.92 0.28 0.06 318.36 0.87 0.51
Hex EF 14 AC 0 5C 1C 6 13E 57 33
Octal 357 24 254 0 134 34 6 476 127 63
Binary 11101111 10100 10101100 0 1011100 11100 110 100111110 1010111 110011

Color Harmonies of #EF14AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF14AC

Black with #EF14AC

Text Example


Text Example

White with #EF14AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF14AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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