Html Css Color HEX #EF1CAE Spicy Pink

📋 copy color: '#EF1CAE'

red 239 ◦ green 28 ◦ blue 174

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

Shades of Spicy Pink #EF1CAE

Tints of Spicy Pink #EF1CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.46%

R = 54.2%
G = 6.35%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF1CAE (or 0xEF1CAE) is known color: Spicy Pink. HEX triplet: EF, 1C and AE. RGB value is (239,28,174). Sum of RGB (Red+Green+Blue) = 239+28+174=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1CAE is #10E351. Grayscale: #6B6B6B. Windows color (decimal): -1106770 or 11410671. OLE color: 11410671.

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

Color convert

RGB 239 28 174 -
CMYK 0 0.88 0.27 0.06
HSL 318.48º 0.87% 0.52% -
HSV(B) 318.48º 0.88% 0.94% -
XYZ 43.65 22.24 42.04 -
YUV 107.73 165.4 221.63 -
System Red Green Blue C M Y K H S L
Decimal 239 28 174 0 0.88 0.27 0.06 318.48 0.87 0.52
Hex EF 1C AE 0 58 1B 6 13E 57 34
Octal 357 34 256 0 130 33 6 476 127 64
Binary 11101111 11100 10101110 0 1011000 11011 110 100111110 1010111 110100

Color Harmonies of #EF1CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1CAE

Black with #EF1CAE

Text Example


Text Example

White with #EF1CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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