Html Css Color HEX #EF1CAA Spicy Pink

📋 copy color: '#EF1CAA'

red 239 ◦ green 28 ◦ blue 170

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

Shades of Spicy Pink #EF1CAA

Tints of Spicy Pink #EF1CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.9%

R = 54.69%
G = 6.41%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF1CAA (or 0xEF1CAA) is known color: Spicy Pink. HEX triplet: EF, 1C and AA. RGB value is (239,28,170). Sum of RGB (Red+Green+Blue) = 239+28+170=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1CAA is #10E355. Grayscale: #6A6A6A. Windows color (decimal): -1106774 or 11148527. OLE color: 11148527.

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

Color convert

RGB 239 28 170 -
CMYK 0 0.88 0.29 0.06
HSL 319.62º 0.87% 0.52% -
HSV(B) 319.62º 0.88% 0.94% -
XYZ 43.27 22.08 40.01 -
YUV 107.28 163.4 221.95 -
System Red Green Blue C M Y K H S L
Decimal 239 28 170 0 0.88 0.29 0.06 319.62 0.87 0.52
Hex EF 1C AA 0 58 1D 6 140 57 34
Octal 357 34 252 0 130 35 6 500 127 64
Binary 11101111 11100 10101010 0 1011000 11101 110 101000000 1010111 110100

Color Harmonies of #EF1CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1CAA

Black with #EF1CAA

Text Example


Text Example

White with #EF1CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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