Html Css Color HEX #EF1AB6 Spicy Pink

📋 copy color: '#EF1AB6'

red 239 ◦ green 26 ◦ blue 182

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

Shades of Spicy Pink #EF1AB6

Tints of Spicy Pink #EF1AB6

RGB

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

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

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

R = 53.47%
G = 5.82%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EF1AB6 (or 0xEF1AB6) is known color: Spicy Pink. HEX triplet: EF, 1A and B6. RGB value is (239,26,182). Sum of RGB (Red+Green+Blue) = 239+26+182=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 26 (10.55% from 255 or 5.82% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1AB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1AB6 is #10E549. Grayscale: #6B6B6B. Windows color (decimal): -1107274 or 11934447. OLE color: 11934447.

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

Color convert

RGB 239 26 182 -
CMYK 0 0.89 0.24 0.06
HSL 316.06º 0.87% 0.52% -
HSV(B) 316.06º 0.89% 0.94% -
XYZ 44.41 22.47 46.25 -
YUV 107.47 170.07 221.82 -
System Red Green Blue C M Y K H S L
Decimal 239 26 182 0 0.89 0.24 0.06 316.06 0.87 0.52
Hex EF 1A B6 0 59 18 6 13C 57 34
Octal 357 32 266 0 131 30 6 474 127 64
Binary 11101111 11010 10110110 0 1011001 11000 110 100111100 1010111 110100

Color Harmonies of #EF1AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1AB6

Black with #EF1AB6

Text Example


Text Example

White with #EF1AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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