Html Css Color HEX #EF12B0 Spicy Pink

📋 copy color: '#EF12B0'

red 239 ◦ green 18 ◦ blue 176

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

Shades of Spicy Pink #EF12B0

Tints of Spicy Pink #EF12B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.65%

R = 55.2%
G = 4.16%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF12B0 (or 0xEF12B0) is known color: Spicy Pink. HEX triplet: EF, 12 and B0. RGB value is (239,18,176). Sum of RGB (Red+Green+Blue) = 239+18+176=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF12B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF12B0 is #10ED4F. Grayscale: #656565. Windows color (decimal): -1109328 or 11539183. OLE color: 11539183.

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

Color convert

RGB 239 18 176 -
CMYK 0 0.92 0.26 0.06
HSL 317.1º 0.87% 0.5% -
HSV(B) 317.1º 0.92% 0.94% -
XYZ 43.65 21.92 43 -
YUV 102.09 169.72 225.65 -
System Red Green Blue C M Y K H S L
Decimal 239 18 176 0 0.92 0.26 0.06 317.1 0.87 0.5
Hex EF 12 B0 0 5C 1A 6 13D 57 32
Octal 357 22 260 0 134 32 6 475 127 62
Binary 11101111 10010 10110000 0 1011100 11010 110 100111101 1010111 110010

Color Harmonies of #EF12B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF12B0

Black with #EF12B0

Text Example


Text Example

White with #EF12B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF12B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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