Html Css Color HEX #E121B0 Spicy Pink

📋 copy color: '#E121B0'

red 225 ◦ green 33 ◦ blue 176

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

Shades of Spicy Pink #E121B0

Tints of Spicy Pink #E121B0

RGB

 RED value IS 225 (88.28% from 255) = 51.84%

 GREEN value IS 33 (13.28% from 255) = 7.6%

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

R = 51.84%
G = 7.6%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E121B0 (or 0xE121B0) is known color: Spicy Pink. HEX triplet: E1, 21 and B0. RGB value is (225,33,176). Sum of RGB (Red+Green+Blue) = 225+33+176=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E121B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E121B0 is #1EDE4F. Grayscale: #6A6A6A. Windows color (decimal): -2022992 or 11543009. OLE color: 11543009.

HSL color Cylindrical-coordinate representation of color #E121B0: hue angle of 315.31º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E121B0 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 33 176 -
CMYK 0 0.85 0.22 0.12
HSL 315.31º 0.76% 0.51% -
HSV(B) 315.31º 0.85% 0.88% -
XYZ 39.43 20.23 42.9 -
YUV 106.71 167.11 212.37 -
System Red Green Blue C M Y K H S L
Decimal 225 33 176 0 0.85 0.22 0.12 315.31 0.76 0.51
Hex E1 21 B0 0 55 16 C 13B 4C 33
Octal 341 41 260 0 125 26 14 473 114 63
Binary 11100001 100001 10110000 0 1010101 10110 1100 100111011 1001100 110011

Color Harmonies of #E121B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E121B0

Black with #E121B0

Text Example


Text Example

White with #E121B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E121B0; }

 p { color: rgb(225,33,176); }

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

background-color css

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

 a { background-color: rgb(225,33,176); }

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

border-color css

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

 span { border-color: rgb(225,33,176); }

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