Html Css Color HEX #EF14B1 Spicy Pink

📋 copy color: '#EF14B1'

red 239 ◦ green 20 ◦ blue 177

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

Shades of Spicy Pink #EF14B1

Tints of Spicy Pink #EF14B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.6%

R = 54.82%
G = 4.59%
B = 40.6%

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

#EF14B1 (or 0xEF14B1) is known color: Spicy Pink. HEX triplet: EF, 14 and B1. RGB value is (239,20,177). Sum of RGB (Red+Green+Blue) = 239+20+177=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 20 (8.20% from 255 or 4.59% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF14B1 is #10EB4E. Grayscale: #666666. Windows color (decimal): -1108815 or 11605231. OLE color: 11605231.

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

Color convert

RGB 239 20 177 -
CMYK 0 0.92 0.26 0.06
HSL 316.99º 0.87% 0.51% -
HSV(B) 316.99º 0.92% 0.94% -
XYZ 43.78 22.03 43.54 -
YUV 103.38 169.55 224.73 -
System Red Green Blue C M Y K H S L
Decimal 239 20 177 0 0.92 0.26 0.06 316.99 0.87 0.51
Hex EF 14 B1 0 5C 1A 6 13D 57 33
Octal 357 24 261 0 134 32 6 475 127 63
Binary 11101111 10100 10110001 0 1011100 11010 110 100111101 1010111 110011

Color Harmonies of #EF14B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF14B1

Black with #EF14B1

Text Example


Text Example

White with #EF14B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF14B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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