Html Css Color HEX #EF1AAB Spicy Pink

📋 copy color: '#EF1AAB'

red 239 ◦ green 26 ◦ blue 171

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

Shades of Spicy Pink #EF1AAB

Tints of Spicy Pink #EF1AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.96%

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

R = 54.82%
G = 5.96%
B = 39.22%

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

#EF1AAB (or 0xEF1AAB) is known color: Spicy Pink. HEX triplet: EF, 1A and AB. RGB value is (239,26,171). Sum of RGB (Red+Green+Blue) = 239+26+171=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 26 (10.55% from 255 or 5.96% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1AAB is #10E554. Grayscale: #696969. Windows color (decimal): -1107285 or 11213551. OLE color: 11213551.

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

Color convert

RGB 239 26 171 -
CMYK 0 0.89 0.28 0.06
HSL 319.15º 0.87% 0.52% -
HSV(B) 319.15º 0.89% 0.94% -
XYZ 43.32 22.03 40.5 -
YUV 106.22 164.57 222.71 -
System Red Green Blue C M Y K H S L
Decimal 239 26 171 0 0.89 0.28 0.06 319.15 0.87 0.52
Hex EF 1A AB 0 59 1C 6 13F 57 34
Octal 357 32 253 0 131 34 6 477 127 64
Binary 11101111 11010 10101011 0 1011001 11100 110 100111111 1010111 110100

Color Harmonies of #EF1AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1AAB

Black with #EF1AAB

Text Example


Text Example

White with #EF1AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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