Html Css Color HEX #EB1BA2 Spicy Pink

📋 copy color: '#EB1BA2'

red 235 ◦ green 27 ◦ blue 162

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

Shades of Spicy Pink #EB1BA2

Tints of Spicy Pink #EB1BA2

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.37%

 BLUE value IS 162 (63.67% from 255) = 38.21%

R = 55.42%
G = 6.37%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB1BA2 (or 0xEB1BA2) is known color: Spicy Pink. HEX triplet: EB, 1B and A2. RGB value is (235,27,162). Sum of RGB (Red+Green+Blue) = 235+27+162=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 27 (10.94% from 255 or 6.37% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1BA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB1BA2 is #14E45D. Grayscale: #686868. Windows color (decimal): -1369182 or 10623979. OLE color: 10623979.

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

Color convert

RGB 235 27 162 -
CMYK 0 0.89 0.31 0.08
HSL 321.06º 0.84% 0.51% -
HSV(B) 321.06º 0.89% 0.92% -
XYZ 41.17 21.05 36.08 -
YUV 104.58 160.41 221.02 -
System Red Green Blue C M Y K H S L
Decimal 235 27 162 0 0.89 0.31 0.08 321.06 0.84 0.51
Hex EB 1B A2 0 59 1F 8 141 54 33
Octal 353 33 242 0 131 37 10 501 124 63
Binary 11101011 11011 10100010 0 1011001 11111 1000 101000001 1010100 110011

Color Harmonies of #EB1BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1BA2

Black with #EB1BA2

Text Example


Text Example

White with #EB1BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1BA2; }

 p { color: rgb(235,27,162); }

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

background-color css

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

 a { background-color: rgb(235,27,162); }

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

border-color css

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

 span { border-color: rgb(235,27,162); }

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