Html Css Color HEX #EF12AB Spicy Pink

📋 copy color: '#EF12AB'

red 239 ◦ green 18 ◦ blue 171

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

Shades of Spicy Pink #EF12AB

Tints of Spicy Pink #EF12AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.21%

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

R = 55.84%
G = 4.21%
B = 39.95%

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

#EF12AB (or 0xEF12AB) is known color: Spicy Pink. HEX triplet: EF, 12 and AB. RGB value is (239,18,171). Sum of RGB (Red+Green+Blue) = 239+18+171=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 18 (7.42% from 255 or 4.21% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF12AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF12AB is #10ED54. Grayscale: #656565. Windows color (decimal): -1109333 or 11211503. OLE color: 11211503.

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

Color convert

RGB 239 18 171 -
CMYK 0 0.92 0.28 0.06
HSL 318.46º 0.87% 0.5% -
HSV(B) 318.46º 0.92% 0.94% -
XYZ 43.16 21.72 40.45 -
YUV 101.52 167.22 226.06 -
System Red Green Blue C M Y K H S L
Decimal 239 18 171 0 0.92 0.28 0.06 318.46 0.87 0.5
Hex EF 12 AB 0 5C 1C 6 13E 57 32
Octal 357 22 253 0 134 34 6 476 127 62
Binary 11101111 10010 10101011 0 1011100 11100 110 100111110 1010111 110010

Color Harmonies of #EF12AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF12AB

Black with #EF12AB

Text Example


Text Example

White with #EF12AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF12AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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