Html Css Color HEX #EF16A5 Spicy Pink

📋 copy color: '#EF16A5'

red 239 ◦ green 22 ◦ blue 165

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

Shades of Spicy Pink #EF16A5

Tints of Spicy Pink #EF16A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.73%

R = 56.1%
G = 5.16%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EF16A5 (or 0xEF16A5) is known color: Spicy Pink. HEX triplet: EF, 16 and A5. RGB value is (239,22,165). Sum of RGB (Red+Green+Blue) = 239+22+165=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 22 (8.98% from 255 or 5.16% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF16A5 is #10E95A. Grayscale: #666666. Windows color (decimal): -1108315 or 10819311. OLE color: 10819311.

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

Color convert

RGB 239 22 165 -
CMYK 0 0.91 0.31 0.06
HSL 320.46º 0.87% 0.51% -
HSV(B) 320.46º 0.91% 0.94% -
XYZ 42.68 21.64 37.53 -
YUV 103.19 162.89 224.87 -
System Red Green Blue C M Y K H S L
Decimal 239 22 165 0 0.91 0.31 0.06 320.46 0.87 0.51
Hex EF 16 A5 0 5B 1F 6 140 57 33
Octal 357 26 245 0 133 37 6 500 127 63
Binary 11101111 10110 10100101 0 1011011 11111 110 101000000 1010111 110011

Color Harmonies of #EF16A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF16A5

Black with #EF16A5

Text Example


Text Example

White with #EF16A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF16A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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