Html Css Color HEX #E121BB Shocking Pink

📋 copy color: '#E121BB'

red 225 ◦ green 33 ◦ blue 187

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

Shades of Shocking Pink #E121BB

Tints of Shocking Pink #E121BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.02%

R = 50.56%
G = 7.42%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E121BB (or 0xE121BB) is known color: Shocking Pink. HEX triplet: E1, 21 and BB. RGB value is (225,33,187). Sum of RGB (Red+Green+Blue) = 225+33+187=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 33 (13.28% from 255 or 7.42% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E121BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E121BB is #1EDE44. Grayscale: #6B6B6B. Windows color (decimal): -2022981 or 12263905. OLE color: 12263905.

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

Color convert

RGB 225 33 187 -
CMYK 0 0.85 0.17 0.12
HSL 311.88º 0.76% 0.51% -
HSV(B) 311.88º 0.85% 0.88% -
XYZ 40.56 20.68 48.87 -
YUV 107.96 172.61 211.48 -
System Red Green Blue C M Y K H S L
Decimal 225 33 187 0 0.85 0.17 0.12 311.88 0.76 0.51
Hex E1 21 BB 0 55 11 C 138 4C 33
Octal 341 41 273 0 125 21 14 470 114 63
Binary 11100001 100001 10111011 0 1010101 10001 1100 100111000 1001100 110011

Color Harmonies of #E121BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E121BB

Black with #E121BB

Text Example


Text Example

White with #E121BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E121BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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