Html Css Color HEX #EF14AD Spicy Pink

📋 copy color: '#EF14AD'

red 239 ◦ green 20 ◦ blue 173

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

Shades of Spicy Pink #EF14AD

Tints of Spicy Pink #EF14AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.05%

R = 55.32%
G = 4.63%
B = 40.05%

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

#EF14AD (or 0xEF14AD) is known color: Spicy Pink. HEX triplet: EF, 14 and AD. RGB value is (239,20,173). Sum of RGB (Red+Green+Blue) = 239+20+173=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 20 (8.20% from 255 or 4.63% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF14AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF14AD is #10EB52. Grayscale: #666666. Windows color (decimal): -1108819 or 11343087. OLE color: 11343087.

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

Color convert

RGB 239 20 173 -
CMYK 0 0.92 0.28 0.06
HSL 318.08º 0.87% 0.51% -
HSV(B) 318.08º 0.92% 0.94% -
XYZ 43.39 21.87 41.47 -
YUV 102.92 167.55 225.06 -
System Red Green Blue C M Y K H S L
Decimal 239 20 173 0 0.92 0.28 0.06 318.08 0.87 0.51
Hex EF 14 AD 0 5C 1C 6 13E 57 33
Octal 357 24 255 0 134 34 6 476 127 63
Binary 11101111 10100 10101101 0 1011100 11100 110 100111110 1010111 110011

Color Harmonies of #EF14AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF14AD

Black with #EF14AD

Text Example


Text Example

White with #EF14AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF14AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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