Html Css Color HEX #EF1EAB Spicy Pink

📋 copy color: '#EF1EAB'

red 239 ◦ green 30 ◦ blue 171

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

Shades of Spicy Pink #EF1EAB

Tints of Spicy Pink #EF1EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.86%

R = 54.32%
G = 6.82%
B = 38.86%

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

#EF1EAB (or 0xEF1EAB) is known color: Spicy Pink. HEX triplet: EF, 1E and AB. RGB value is (239,30,171). Sum of RGB (Red+Green+Blue) = 239+30+171=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 30 (12.11% from 255 or 6.82% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1EAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1EAB is #10E154. Grayscale: #6C6C6C. Windows color (decimal): -1106261 or 11214575. OLE color: 11214575.

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

Color convert

RGB 239 30 171 -
CMYK 0 0.87 0.28 0.06
HSL 319.52º 0.87% 0.53% -
HSV(B) 319.52º 0.87% 0.94% -
XYZ 43.41 22.22 40.53 -
YUV 108.57 163.24 221.04 -
System Red Green Blue C M Y K H S L
Decimal 239 30 171 0 0.87 0.28 0.06 319.52 0.87 0.53
Hex EF 1E AB 0 57 1C 6 140 57 35
Octal 357 36 253 0 127 34 6 500 127 65
Binary 11101111 11110 10101011 0 1010111 11100 110 101000000 1010111 110101

Color Harmonies of #EF1EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1EAB

Black with #EF1EAB

Text Example


Text Example

White with #EF1EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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