Html Css Color HEX #EF14AF Spicy Pink

📋 copy color: '#EF14AF'

red 239 ◦ green 20 ◦ blue 175

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

Shades of Spicy Pink #EF14AF

Tints of Spicy Pink #EF14AF

RGB

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

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

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

R = 55.07%
G = 4.61%
B = 40.32%

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

#EF14AF (or 0xEF14AF) is known color: Spicy Pink. HEX triplet: EF, 14 and AF. RGB value is (239,20,175). Sum of RGB (Red+Green+Blue) = 239+20+175=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 20 (8.20% from 255 or 4.61% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF14AF is #10EB50. Grayscale: #666666. Windows color (decimal): -1108817 or 11474159. OLE color: 11474159.

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

Color convert

RGB 239 20 175 -
CMYK 0 0.92 0.27 0.06
HSL 317.53º 0.87% 0.51% -
HSV(B) 317.53º 0.92% 0.94% -
XYZ 43.58 21.95 42.5 -
YUV 103.15 168.55 224.9 -
System Red Green Blue C M Y K H S L
Decimal 239 20 175 0 0.92 0.27 0.06 317.53 0.87 0.51
Hex EF 14 AF 0 5C 1B 6 13E 57 33
Octal 357 24 257 0 134 33 6 476 127 63
Binary 11101111 10100 10101111 0 1011100 11011 110 100111110 1010111 110011

Color Harmonies of #EF14AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF14AF

Black with #EF14AF

Text Example


Text Example

White with #EF14AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF14AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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