Html Css Color HEX #EF15A6 Spicy Pink

📋 copy color: '#EF15A6'

red 239 ◦ green 21 ◦ blue 166

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

Shades of Spicy Pink #EF15A6

Tints of Spicy Pink #EF15A6

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.93%

 BLUE value IS 166 (65.23% from 255) = 38.97%

R = 56.1%
G = 4.93%
B = 38.97%

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

#EF15A6 (or 0xEF15A6) is known color: Spicy Pink. HEX triplet: EF, 15 and A6. RGB value is (239,21,166). Sum of RGB (Red+Green+Blue) = 239+21+166=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 21 (8.59% from 255 or 4.93% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF15A6 is #10EA59. Grayscale: #666666. Windows color (decimal): -1108570 or 10884591. OLE color: 10884591.

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

Color convert

RGB 239 21 166 -
CMYK 0 0.91 0.31 0.06
HSL 320.09º 0.87% 0.51% -
HSV(B) 320.09º 0.91% 0.94% -
XYZ 42.75 21.64 38 -
YUV 102.71 163.72 225.21 -
System Red Green Blue C M Y K H S L
Decimal 239 21 166 0 0.91 0.31 0.06 320.09 0.87 0.51
Hex EF 15 A6 0 5B 1F 6 140 57 33
Octal 357 25 246 0 133 37 6 500 127 63
Binary 11101111 10101 10100110 0 1011011 11111 110 101000000 1010111 110011

Color Harmonies of #EF15A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF15A6

Black with #EF15A6

Text Example


Text Example

White with #EF15A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF15A6; }

 p { color: rgb(239,21,166); }

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

background-color css

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

 a { background-color: rgb(239,21,166); }

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

border-color css

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

 span { border-color: rgb(239,21,166); }

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