Html Css Color HEX #EF2AB0 Spicy Pink

📋 copy color: '#EF2AB0'

red 239 ◦ green 42 ◦ blue 176

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

Shades of Spicy Pink #EF2AB0

Tints of Spicy Pink #EF2AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.51%

R = 52.3%
G = 9.19%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF2AB0 (or 0xEF2AB0) is known color: Spicy Pink. HEX triplet: EF, 2A and B0. RGB value is (239,42,176). Sum of RGB (Red+Green+Blue) = 239+42+176=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 42 (16.80% from 255 or 9.19% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2AB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2AB0 is #10D54F. Grayscale: #737373. Windows color (decimal): -1103184 or 11545327. OLE color: 11545327.

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

Color convert

RGB 239 42 176 -
CMYK 0 0.82 0.26 0.06
HSL 319.19º 0.86% 0.55% -
HSV(B) 319.19º 0.82% 0.94% -
XYZ 44.26 23.14 43.21 -
YUV 116.18 161.77 215.6 -
System Red Green Blue C M Y K H S L
Decimal 239 42 176 0 0.82 0.26 0.06 319.19 0.86 0.55
Hex EF 2A B0 0 52 1A 6 13F 56 37
Octal 357 52 260 0 122 32 6 477 126 67
Binary 11101111 101010 10110000 0 1010010 11010 110 100111111 1010110 110111

Color Harmonies of #EF2AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2AB0

Black with #EF2AB0

Text Example


Text Example

White with #EF2AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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