Html Css Color HEX #E121B6 Spicy Pink

📋 copy color: '#E121B6'

red 225 ◦ green 33 ◦ blue 182

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

Shades of Spicy Pink #E121B6

Tints of Spicy Pink #E121B6

RGB

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

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

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

R = 51.14%
G = 7.5%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E121B6 (or 0xE121B6) is known color: Spicy Pink. HEX triplet: E1, 21 and B6. RGB value is (225,33,182). Sum of RGB (Red+Green+Blue) = 225+33+182=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 33 (13.28% from 255 or 7.5% from 440); Blue value is 182 (71.48% from 255 or 41.36% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E121B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E121B6 is #1EDE49. Grayscale: #6A6A6A. Windows color (decimal): -2022986 or 11936225. OLE color: 11936225.

HSL color Cylindrical-coordinate representation of color #E121B6: hue angle of 313.44º 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 #E121B6 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 33 182 -
CMYK 0 0.85 0.19 0.12
HSL 313.44º 0.76% 0.51% -
HSV(B) 313.44º 0.85% 0.88% -
XYZ 40.04 20.47 46.1 -
YUV 107.39 170.11 211.88 -
System Red Green Blue C M Y K H S L
Decimal 225 33 182 0 0.85 0.19 0.12 313.44 0.76 0.51
Hex E1 21 B6 0 55 13 C 139 4C 33
Octal 341 41 266 0 125 23 14 471 114 63
Binary 11100001 100001 10110110 0 1010101 10011 1100 100111001 1001100 110011

Color Harmonies of #E121B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E121B6

Black with #E121B6

Text Example


Text Example

White with #E121B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E121B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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