Html Css Color HEX #EF1FA5 Spicy Pink

📋 copy color: '#EF1FA5'

red 239 ◦ green 31 ◦ blue 165

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

Shades of Spicy Pink #EF1FA5

Tints of Spicy Pink #EF1FA5

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.13%

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

R = 54.94%
G = 7.13%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EF1FA5 (or 0xEF1FA5) is known color: Spicy Pink. HEX triplet: EF, 1F and A5. RGB value is (239,31,165). Sum of RGB (Red+Green+Blue) = 239+31+165=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 31 (12.5% from 255 or 7.13% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1FA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1FA5 is #10E05A. Grayscale: #6C6C6C. Windows color (decimal): -1106011 or 10821615. OLE color: 10821615.

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

Color convert

RGB 239 31 165 -
CMYK 0 0.87 0.31 0.06
HSL 321.35º 0.87% 0.53% -
HSV(B) 321.35º 0.87% 0.94% -
XYZ 42.88 22.05 37.59 -
YUV 108.47 159.91 221.1 -
System Red Green Blue C M Y K H S L
Decimal 239 31 165 0 0.87 0.31 0.06 321.35 0.87 0.53
Hex EF 1F A5 0 57 1F 6 141 57 35
Octal 357 37 245 0 127 37 6 501 127 65
Binary 11101111 11111 10100101 0 1010111 11111 110 101000001 1010111 110101

Color Harmonies of #EF1FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1FA5

Black with #EF1FA5

Text Example


Text Example

White with #EF1FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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