Html Css Color HEX #EF2AB6 Spicy Pink

📋 copy color: '#EF2AB6'

red 239 ◦ green 42 ◦ blue 182

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

Shades of Spicy Pink #EF2AB6

Tints of Spicy Pink #EF2AB6

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.07%

 BLUE value IS 182 (71.48% from 255) = 39.31%

R = 51.62%
G = 9.07%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EF2AB6 (or 0xEF2AB6) is known color: Spicy Pink. HEX triplet: EF, 2A and B6. RGB value is (239,42,182). Sum of RGB (Red+Green+Blue) = 239+42+182=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 42 (16.80% from 255 or 9.07% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2AB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2AB6 is #10D549. Grayscale: #747474. Windows color (decimal): -1103178 or 11938543. OLE color: 11938543.

HSL color Cylindrical-coordinate representation of color #EF2AB6: hue angle of 317.36º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2AB6 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 42 182 -
CMYK 0 0.82 0.24 0.06
HSL 317.36º 0.86% 0.55% -
HSV(B) 317.36º 0.82% 0.94% -
XYZ 44.87 23.38 46.4 -
YUV 116.86 164.77 215.12 -
System Red Green Blue C M Y K H S L
Decimal 239 42 182 0 0.82 0.24 0.06 317.36 0.86 0.55
Hex EF 2A B6 0 52 18 6 13D 56 37
Octal 357 52 266 0 122 30 6 475 126 67
Binary 11101111 101010 10110110 0 1010010 11000 110 100111101 1010110 110111

Color Harmonies of #EF2AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2AB6

Black with #EF2AB6

Text Example


Text Example

White with #EF2AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2AB6; }

 p { color: rgb(239,42,182); }

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

background-color css

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

 a { background-color: rgb(239,42,182); }

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

border-color css

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

 span { border-color: rgb(239,42,182); }

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