Html Css Color HEX #E121B7 Shocking Pink

📋 copy color: '#E121B7'

red 225 ◦ green 33 ◦ blue 183

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

Shades of Shocking Pink #E121B7

Tints of Shocking Pink #E121B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 51.02%
G = 7.48%
B = 41.5%

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

#E121B7 (or 0xE121B7) is known color: Shocking Pink. HEX triplet: E1, 21 and B7. RGB value is (225,33,183). Sum of RGB (Red+Green+Blue) = 225+33+183=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 33 (13.28% from 255 or 7.48% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E121B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E121B7 is #1EDE48. Grayscale: #6B6B6B. Windows color (decimal): -2022985 or 12001761. OLE color: 12001761.

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

Color convert

RGB 225 33 183 -
CMYK 0 0.85 0.19 0.12
HSL 313.13º 0.76% 0.51% -
HSV(B) 313.13º 0.85% 0.88% -
XYZ 40.14 20.51 46.64 -
YUV 107.51 170.61 211.8 -
System Red Green Blue C M Y K H S L
Decimal 225 33 183 0 0.85 0.19 0.12 313.13 0.76 0.51
Hex E1 21 B7 0 55 13 C 139 4C 33
Octal 341 41 267 0 125 23 14 471 114 63
Binary 11100001 100001 10110111 0 1010101 10011 1100 100111001 1001100 110011

Color Harmonies of #E121B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E121B7

Black with #E121B7

Text Example


Text Example

White with #E121B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E121B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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