Html Css Color HEX #EF1AA7 Spicy Pink

📋 copy color: '#EF1AA7'

red 239 ◦ green 26 ◦ blue 167

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

Shades of Spicy Pink #EF1AA7

Tints of Spicy Pink #EF1AA7

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.02%

 BLUE value IS 167 (65.63% from 255) = 38.66%

R = 55.32%
G = 6.02%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF1AA7 (or 0xEF1AA7) is known color: Spicy Pink. HEX triplet: EF, 1A and A7. RGB value is (239,26,167). Sum of RGB (Red+Green+Blue) = 239+26+167=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 26 (10.55% from 255 or 6.02% from 432); Blue value is 167 (65.62% from 255 or 38.66% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1AA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1AA7 is #10E558. Grayscale: #696969. Windows color (decimal): -1107289 or 10951407. OLE color: 10951407.

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

Color convert

RGB 239 26 167 -
CMYK 0 0.89 0.30 0.06
HSL 320.28º 0.87% 0.52% -
HSV(B) 320.28º 0.89% 0.94% -
XYZ 42.94 21.88 38.52 -
YUV 105.76 162.57 223.04 -
System Red Green Blue C M Y K H S L
Decimal 239 26 167 0 0.89 0.30 0.06 320.28 0.87 0.52
Hex EF 1A A7 0 59 1E 6 140 57 34
Octal 357 32 247 0 131 36 6 500 127 64
Binary 11101111 11010 10100111 0 1011001 11110 110 101000000 1010111 110100

Color Harmonies of #EF1AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1AA7

Black with #EF1AA7

Text Example


Text Example

White with #EF1AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1AA7; }

 p { color: rgb(239,26,167); }

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

background-color css

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

 a { background-color: rgb(239,26,167); }

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

border-color css

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

 span { border-color: rgb(239,26,167); }

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