Html Css Color HEX #EF16AA Spicy Pink

📋 copy color: '#EF16AA'

red 239 ◦ green 22 ◦ blue 170

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

Shades of Spicy Pink #EF16AA

Tints of Spicy Pink #EF16AA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.1%

 BLUE value IS 170 (66.8% from 255) = 39.44%

R = 55.45%
G = 5.1%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF16AA (or 0xEF16AA) is known color: Spicy Pink. HEX triplet: EF, 16 and AA. RGB value is (239,22,170). Sum of RGB (Red+Green+Blue) = 239+22+170=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 22 (8.98% from 255 or 5.10% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF16AA is #10E955. Grayscale: #676767. Windows color (decimal): -1108310 or 11146991. OLE color: 11146991.

HSL color Cylindrical-coordinate representation of color #EF16AA: hue angle of 319.08º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF16AA is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 22 170 -
CMYK 0 0.91 0.29 0.06
HSL 319.08º 0.87% 0.51% -
HSV(B) 319.08º 0.91% 0.94% -
XYZ 43.14 21.83 39.97 -
YUV 103.76 165.39 224.47 -
System Red Green Blue C M Y K H S L
Decimal 239 22 170 0 0.91 0.29 0.06 319.08 0.87 0.51
Hex EF 16 AA 0 5B 1D 6 13F 57 33
Octal 357 26 252 0 133 35 6 477 127 63
Binary 11101111 10110 10101010 0 1011011 11101 110 100111111 1010111 110011

Color Harmonies of #EF16AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF16AA

Black with #EF16AA

Text Example


Text Example

White with #EF16AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF16AA; }

 p { color: rgb(239,22,170); }

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

background-color css

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

 a { background-color: rgb(239,22,170); }

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

border-color css

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

 span { border-color: rgb(239,22,170); }

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