Html Css Color HEX #EF1BAC Spicy Pink

📋 copy color: '#EF1BAC'

red 239 ◦ green 27 ◦ blue 172

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

Shades of Spicy Pink #EF1BAC

Tints of Spicy Pink #EF1BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.16%

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

R = 54.57%
G = 6.16%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF1BAC (or 0xEF1BAC) is known color: Spicy Pink. HEX triplet: EF, 1B and AC. RGB value is (239,27,172). Sum of RGB (Red+Green+Blue) = 239+27+172=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 27 (10.94% from 255 or 6.16% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1BAC is #10E453. Grayscale: #6A6A6A. Windows color (decimal): -1107028 or 11279343. OLE color: 11279343.

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

Color convert

RGB 239 27 172 -
CMYK 0 0.89 0.28 0.06
HSL 318.96º 0.87% 0.52% -
HSV(B) 318.96º 0.89% 0.94% -
XYZ 43.43 22.11 41.01 -
YUV 106.92 164.74 222.21 -
System Red Green Blue C M Y K H S L
Decimal 239 27 172 0 0.89 0.28 0.06 318.96 0.87 0.52
Hex EF 1B AC 0 59 1C 6 13F 57 34
Octal 357 33 254 0 131 34 6 477 127 64
Binary 11101111 11011 10101100 0 1011001 11100 110 100111111 1010111 110100

Color Harmonies of #EF1BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1BAC

Black with #EF1BAC

Text Example


Text Example

White with #EF1BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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