Html Css Color HEX #EB1AB1 Spicy Pink

📋 copy color: '#EB1AB1'

red 235 ◦ green 26 ◦ blue 177

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

Shades of Spicy Pink #EB1AB1

Tints of Spicy Pink #EB1AB1

RGB

 RED value IS 235 (92.19% from 255) = 53.65%

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

 BLUE value IS 177 (69.53% from 255) = 40.41%

R = 53.65%
G = 5.94%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EB1AB1 (or 0xEB1AB1) is known color: Spicy Pink. HEX triplet: EB, 1A and B1. RGB value is (235,26,177). Sum of RGB (Red+Green+Blue) = 235+26+177=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 26 (10.55% from 255 or 5.94% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1AB1 is #14E54E. Grayscale: #696969. Windows color (decimal): -1369423 or 11606763. OLE color: 11606763.

HSL color Cylindrical-coordinate representation of color #EB1AB1: hue angle of 316.65º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB1AB1 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 26 177 -
CMYK 0 0.89 0.25 0.08
HSL 316.65º 0.84% 0.51% -
HSV(B) 316.65º 0.89% 0.92% -
XYZ 42.57 21.58 43.52 -
YUV 105.71 168.24 220.22 -
System Red Green Blue C M Y K H S L
Decimal 235 26 177 0 0.89 0.25 0.08 316.65 0.84 0.51
Hex EB 1A B1 0 59 19 8 13D 54 33
Octal 353 32 261 0 131 31 10 475 124 63
Binary 11101011 11010 10110001 0 1011001 11001 1000 100111101 1010100 110011

Color Harmonies of #EB1AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1AB1

Black with #EB1AB1

Text Example


Text Example

White with #EB1AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1AB1; }

 p { color: rgb(235,26,177); }

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

background-color css

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

 a { background-color: rgb(235,26,177); }

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

border-color css

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

 span { border-color: rgb(235,26,177); }

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