Html Css Color HEX #EF1CA4 Spicy Pink

📋 copy color: '#EF1CA4'

red 239 ◦ green 28 ◦ blue 164

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

Shades of Spicy Pink #EF1CA4

Tints of Spicy Pink #EF1CA4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.5%

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

R = 55.45%
G = 6.5%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EF1CA4 (or 0xEF1CA4) is known color: Spicy Pink. HEX triplet: EF, 1C and A4. RGB value is (239,28,164). Sum of RGB (Red+Green+Blue) = 239+28+164=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1CA4 is #10E35B. Grayscale: #6A6A6A. Windows color (decimal): -1106780 or 10755311. OLE color: 10755311.

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

Color convert

RGB 239 28 164 -
CMYK 0 0.88 0.31 0.06
HSL 321.33º 0.87% 0.52% -
HSV(B) 321.33º 0.88% 0.94% -
XYZ 42.71 21.86 37.09 -
YUV 106.59 160.4 222.44 -
System Red Green Blue C M Y K H S L
Decimal 239 28 164 0 0.88 0.31 0.06 321.33 0.87 0.52
Hex EF 1C A4 0 58 1F 6 141 57 34
Octal 357 34 244 0 130 37 6 501 127 64
Binary 11101111 11100 10100100 0 1011000 11111 110 101000001 1010111 110100

Color Harmonies of #EF1CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1CA4

Black with #EF1CA4

Text Example


Text Example

White with #EF1CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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