Html Css Color HEX #EF1FAC Spicy Pink

📋 copy color: '#EF1FAC'

red 239 ◦ green 31 ◦ blue 172

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

Shades of Spicy Pink #EF1FAC

Tints of Spicy Pink #EF1FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.01%

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

R = 54.07%
G = 7.01%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF1FAC (or 0xEF1FAC) is known color: Spicy Pink. HEX triplet: EF, 1F and AC. RGB value is (239,31,172). Sum of RGB (Red+Green+Blue) = 239+31+172=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 31 (12.5% from 255 or 7.01% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1FAC is #10E053. Grayscale: #6C6C6C. Windows color (decimal): -1106004 or 11280367. OLE color: 11280367.

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

Color convert

RGB 239 31 172 -
CMYK 0 0.87 0.28 0.06
HSL 319.33º 0.87% 0.53% -
HSV(B) 319.33º 0.87% 0.94% -
XYZ 43.53 22.31 41.04 -
YUV 109.27 163.41 220.54 -
System Red Green Blue C M Y K H S L
Decimal 239 31 172 0 0.87 0.28 0.06 319.33 0.87 0.53
Hex EF 1F AC 0 57 1C 6 13F 57 35
Octal 357 37 254 0 127 34 6 477 127 65
Binary 11101111 11111 10101100 0 1010111 11100 110 100111111 1010111 110101

Color Harmonies of #EF1FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1FAC

Black with #EF1FAC

Text Example


Text Example

White with #EF1FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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