Html Css Color HEX #EF1FAA Spicy Pink

📋 copy color: '#EF1FAA'

red 239 ◦ green 31 ◦ blue 170

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

Shades of Spicy Pink #EF1FAA

Tints of Spicy Pink #EF1FAA

RGB

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

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

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

R = 54.32%
G = 7.05%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF1FAA (or 0xEF1FAA) is known color: Spicy Pink. HEX triplet: EF, 1F and AA. RGB value is (239,31,170). Sum of RGB (Red+Green+Blue) = 239+31+170=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1FAA is #10E055. Grayscale: #6C6C6C. Windows color (decimal): -1106006 or 11149295. OLE color: 11149295.

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

Color convert

RGB 239 31 170 -
CMYK 0 0.87 0.29 0.06
HSL 319.9º 0.87% 0.53% -
HSV(B) 319.9º 0.87% 0.94% -
XYZ 43.34 22.23 40.04 -
YUV 109.04 162.41 220.7 -
System Red Green Blue C M Y K H S L
Decimal 239 31 170 0 0.87 0.29 0.06 319.9 0.87 0.53
Hex EF 1F AA 0 57 1D 6 140 57 35
Octal 357 37 252 0 127 35 6 500 127 65
Binary 11101111 11111 10101010 0 1010111 11101 110 101000000 1010111 110101

Color Harmonies of #EF1FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1FAA

Black with #EF1FAA

Text Example


Text Example

White with #EF1FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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