Html Css Color HEX #EF1EAC Spicy Pink

📋 copy color: '#EF1EAC'

red 239 ◦ green 30 ◦ blue 172

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

Shades of Spicy Pink #EF1EAC

Tints of Spicy Pink #EF1EAC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.8%

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

R = 54.2%
G = 6.8%
B = 39%

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

#EF1EAC (or 0xEF1EAC) is known color: Spicy Pink. HEX triplet: EF, 1E and AC. RGB value is (239,30,172). Sum of RGB (Red+Green+Blue) = 239+30+172=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 30 (12.11% from 255 or 6.80% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1EAC is #10E153. Grayscale: #6C6C6C. Windows color (decimal): -1106260 or 11280111. OLE color: 11280111.

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

Color convert

RGB 239 30 172 -
CMYK 0 0.87 0.28 0.06
HSL 319.23º 0.87% 0.53% -
HSV(B) 319.23º 0.87% 0.94% -
XYZ 43.51 22.26 41.03 -
YUV 108.68 163.74 220.95 -
System Red Green Blue C M Y K H S L
Decimal 239 30 172 0 0.87 0.28 0.06 319.23 0.87 0.53
Hex EF 1E AC 0 57 1C 6 13F 57 35
Octal 357 36 254 0 127 34 6 477 127 65
Binary 11101111 11110 10101100 0 1010111 11100 110 100111111 1010111 110101

Color Harmonies of #EF1EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1EAC

Black with #EF1EAC

Text Example


Text Example

White with #EF1EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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