Html Css Color HEX #EF14AB Spicy Pink

📋 copy color: '#EF14AB'

red 239 ◦ green 20 ◦ blue 171

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

Shades of Spicy Pink #EF14AB

Tints of Spicy Pink #EF14AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.65%

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

R = 55.58%
G = 4.65%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF14AB (or 0xEF14AB) is known color: Spicy Pink. HEX triplet: EF, 14 and AB. RGB value is (239,20,171). Sum of RGB (Red+Green+Blue) = 239+20+171=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF14AB is #10EB54. Grayscale: #666666. Windows color (decimal): -1108821 or 11212015. OLE color: 11212015.

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

Color convert

RGB 239 20 171 -
CMYK 0 0.92 0.28 0.06
HSL 318.63º 0.87% 0.51% -
HSV(B) 318.63º 0.92% 0.94% -
XYZ 43.2 21.79 40.46 -
YUV 102.7 166.55 225.22 -
System Red Green Blue C M Y K H S L
Decimal 239 20 171 0 0.92 0.28 0.06 318.63 0.87 0.51
Hex EF 14 AB 0 5C 1C 6 13F 57 33
Octal 357 24 253 0 134 34 6 477 127 63
Binary 11101111 10100 10101011 0 1011100 11100 110 100111111 1010111 110011

Color Harmonies of #EF14AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF14AB

Black with #EF14AB

Text Example


Text Example

White with #EF14AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF14AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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