Html Css Color HEX #E121C7 Shocking Pink

📋 copy color: '#E121C7'

red 225 ◦ green 33 ◦ blue 199

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

Shades of Shocking Pink #E121C7

Tints of Shocking Pink #E121C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.54%

R = 49.23%
G = 7.22%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E121C7 (or 0xE121C7) is known color: Shocking Pink. HEX triplet: E1, 21 and C7. RGB value is (225,33,199). Sum of RGB (Red+Green+Blue) = 225+33+199=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 33 (13.28% from 255 or 7.22% from 457); Blue value is 199 (78.12% from 255 or 43.54% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E121C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E121C7 is #1EDE38. Grayscale: #6C6C6C. Windows color (decimal): -2022969 or 13050337. OLE color: 13050337.

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

Color convert

RGB 225 33 199 -
CMYK 0 0.85 0.12 0.12
HSL 308.13º 0.76% 0.51% -
HSV(B) 308.13º 0.85% 0.88% -
XYZ 41.9 21.22 55.92 -
YUV 109.33 178.61 210.5 -
System Red Green Blue C M Y K H S L
Decimal 225 33 199 0 0.85 0.12 0.12 308.13 0.76 0.51
Hex E1 21 C7 0 55 C C 134 4C 33
Octal 341 41 307 0 125 14 14 464 114 63
Binary 11100001 100001 11000111 0 1010101 1100 1100 100110100 1001100 110011

Color Harmonies of #E121C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E121C7

Black with #E121C7

Text Example


Text Example

White with #E121C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E121C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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