Html Css Color HEX #EF1EA4 Spicy Pink

📋 copy color: '#EF1EA4'

red 239 ◦ green 30 ◦ blue 164

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

Shades of Spicy Pink #EF1EA4

Tints of Spicy Pink #EF1EA4

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.93%

 BLUE value IS 164 (64.45% from 255) = 37.88%

R = 55.2%
G = 6.93%
B = 37.88%

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

#EF1EA4 (or 0xEF1EA4) is known color: Spicy Pink. HEX triplet: EF, 1E and A4. RGB value is (239,30,164). Sum of RGB (Red+Green+Blue) = 239+30+164=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1EA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1EA4 is #10E15B. Grayscale: #6B6B6B. Windows color (decimal): -1106268 or 10755823. OLE color: 10755823.

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

Color convert

RGB 239 30 164 -
CMYK 0 0.87 0.31 0.06
HSL 321.53º 0.87% 0.53% -
HSV(B) 321.53º 0.87% 0.94% -
XYZ 42.76 21.96 37.11 -
YUV 107.77 159.74 221.6 -
System Red Green Blue C M Y K H S L
Decimal 239 30 164 0 0.87 0.31 0.06 321.53 0.87 0.53
Hex EF 1E A4 0 57 1F 6 142 57 35
Octal 357 36 244 0 127 37 6 502 127 65
Binary 11101111 11110 10100100 0 1010111 11111 110 101000010 1010111 110101

Color Harmonies of #EF1EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1EA4

Black with #EF1EA4

Text Example


Text Example

White with #EF1EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1EA4; }

 p { color: rgb(239,30,164); }

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

background-color css

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

 a { background-color: rgb(239,30,164); }

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

border-color css

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

 span { border-color: rgb(239,30,164); }

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