Html Css Color HEX #EF1AB5 Spicy Pink

📋 copy color: '#EF1AB5'

red 239 ◦ green 26 ◦ blue 181

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

Shades of Spicy Pink #EF1AB5

Tints of Spicy Pink #EF1AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.58%

R = 53.59%
G = 5.83%
B = 40.58%

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

#EF1AB5 (or 0xEF1AB5) is known color: Spicy Pink. HEX triplet: EF, 1A and B5. RGB value is (239,26,181). Sum of RGB (Red+Green+Blue) = 239+26+181=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 26 (10.55% from 255 or 5.83% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1AB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1AB5 is #10E54A. Grayscale: #6A6A6A. Windows color (decimal): -1107275 or 11868911. OLE color: 11868911.

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

Color convert

RGB 239 26 181 -
CMYK 0 0.89 0.24 0.06
HSL 316.34º 0.87% 0.52% -
HSV(B) 316.34º 0.89% 0.94% -
XYZ 44.31 22.43 45.71 -
YUV 107.36 169.57 221.9 -
System Red Green Blue C M Y K H S L
Decimal 239 26 181 0 0.89 0.24 0.06 316.34 0.87 0.52
Hex EF 1A B5 0 59 18 6 13C 57 34
Octal 357 32 265 0 131 30 6 474 127 64
Binary 11101111 11010 10110101 0 1011001 11000 110 100111100 1010111 110100

Color Harmonies of #EF1AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1AB5

Black with #EF1AB5

Text Example


Text Example

White with #EF1AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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