Html Css Color HEX #EF16AF Spicy Pink

📋 copy color: '#EF16AF'

red 239 ◦ green 22 ◦ blue 175

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

Shades of Spicy Pink #EF16AF

Tints of Spicy Pink #EF16AF

RGB

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

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

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

R = 54.82%
G = 5.05%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF16AF (or 0xEF16AF) is known color: Spicy Pink. HEX triplet: EF, 16 and AF. RGB value is (239,22,175). Sum of RGB (Red+Green+Blue) = 239+22+175=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 22 (8.98% from 255 or 5.05% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF16AF is #10E950. Grayscale: #676767. Windows color (decimal): -1108305 or 11474671. OLE color: 11474671.

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

Color convert

RGB 239 22 175 -
CMYK 0 0.91 0.27 0.06
HSL 317.7º 0.87% 0.51% -
HSV(B) 317.7º 0.91% 0.94% -
XYZ 43.62 22.02 42.51 -
YUV 104.33 167.89 224.06 -
System Red Green Blue C M Y K H S L
Decimal 239 22 175 0 0.91 0.27 0.06 317.7 0.87 0.51
Hex EF 16 AF 0 5B 1B 6 13E 57 33
Octal 357 26 257 0 133 33 6 476 127 63
Binary 11101111 10110 10101111 0 1011011 11011 110 100111110 1010111 110011

Color Harmonies of #EF16AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF16AF

Black with #EF16AF

Text Example


Text Example

White with #EF16AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF16AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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