Html Css Color HEX #EF12AF Spicy Pink

📋 copy color: '#EF12AF'

red 239 ◦ green 18 ◦ blue 175

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

Shades of Spicy Pink #EF12AF

Tints of Spicy Pink #EF12AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.51%

R = 55.32%
G = 4.17%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF12AF (or 0xEF12AF) is known color: Spicy Pink. HEX triplet: EF, 12 and AF. RGB value is (239,18,175). Sum of RGB (Red+Green+Blue) = 239+18+175=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF12AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF12AF is #10ED50. Grayscale: #656565. Windows color (decimal): -1109329 or 11473647. OLE color: 11473647.

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

Color convert

RGB 239 18 175 -
CMYK 0 0.92 0.27 0.06
HSL 317.38º 0.87% 0.5% -
HSV(B) 317.38º 0.92% 0.94% -
XYZ 43.55 21.88 42.49 -
YUV 101.98 169.22 225.73 -
System Red Green Blue C M Y K H S L
Decimal 239 18 175 0 0.92 0.27 0.06 317.38 0.87 0.5
Hex EF 12 AF 0 5C 1B 6 13D 57 32
Octal 357 22 257 0 134 33 6 475 127 62
Binary 11101111 10010 10101111 0 1011100 11011 110 100111101 1010111 110010

Color Harmonies of #EF12AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF12AF

Black with #EF12AF

Text Example


Text Example

White with #EF12AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF12AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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