Html Css Color HEX #EF1CA5 Spicy Pink

📋 copy color: '#EF1CA5'

red 239 ◦ green 28 ◦ blue 165

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

Shades of Spicy Pink #EF1CA5

Tints of Spicy Pink #EF1CA5

RGB

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

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

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

R = 55.32%
G = 6.48%
B = 38.19%

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

#EF1CA5 (or 0xEF1CA5) is known color: Spicy Pink. HEX triplet: EF, 1C and A5. RGB value is (239,28,165). Sum of RGB (Red+Green+Blue) = 239+28+165=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 28 (11.33% from 255 or 6.48% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1CA5 is #10E35A. Grayscale: #6A6A6A. Windows color (decimal): -1106779 or 10820847. OLE color: 10820847.

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

Color convert

RGB 239 28 165 -
CMYK 0 0.88 0.31 0.06
HSL 321.04º 0.87% 0.52% -
HSV(B) 321.04º 0.88% 0.94% -
XYZ 42.8 21.9 37.57 -
YUV 106.71 160.9 222.36 -
System Red Green Blue C M Y K H S L
Decimal 239 28 165 0 0.88 0.31 0.06 321.04 0.87 0.52
Hex EF 1C A5 0 58 1F 6 141 57 34
Octal 357 34 245 0 130 37 6 501 127 64
Binary 11101111 11100 10100101 0 1011000 11111 110 101000001 1010111 110100

Color Harmonies of #EF1CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1CA5

Black with #EF1CA5

Text Example


Text Example

White with #EF1CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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