Html Css Color HEX #EF1FB4 Spicy Pink

📋 copy color: '#EF1FB4'

red 239 ◦ green 31 ◦ blue 180

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

Shades of Spicy Pink #EF1FB4

Tints of Spicy Pink #EF1FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40%

R = 53.11%
G = 6.89%
B = 40%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EF1FB4 (or 0xEF1FB4) is known color: Spicy Pink. HEX triplet: EF, 1F and B4. RGB value is (239,31,180). Sum of RGB (Red+Green+Blue) = 239+31+180=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 31 (12.5% from 255 or 6.89% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1FB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1FB4 is #10E04B. Grayscale: #6D6D6D. Windows color (decimal): -1105996 or 11804655. OLE color: 11804655.

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

Color convert

RGB 239 31 180 -
CMYK 0 0.87 0.25 0.06
HSL 317.02º 0.87% 0.53% -
HSV(B) 317.02º 0.87% 0.94% -
XYZ 44.32 22.63 45.21 -
YUV 110.18 167.41 219.88 -
System Red Green Blue C M Y K H S L
Decimal 239 31 180 0 0.87 0.25 0.06 317.02 0.87 0.53
Hex EF 1F B4 0 57 19 6 13D 57 35
Octal 357 37 264 0 127 31 6 475 127 65
Binary 11101111 11111 10110100 0 1010111 11001 110 100111101 1010111 110101

Color Harmonies of #EF1FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1FB4

Black with #EF1FB4

Text Example


Text Example

White with #EF1FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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