Html Css Color HEX #E121C3 Shocking Pink

📋 copy color: '#E121C3'

red 225 ◦ green 33 ◦ blue 195

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

Shades of Shocking Pink #E121C3

Tints of Shocking Pink #E121C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.05%

R = 49.67%
G = 7.28%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E121C3 (or 0xE121C3) is known color: Shocking Pink. HEX triplet: E1, 21 and C3. RGB value is (225,33,195). Sum of RGB (Red+Green+Blue) = 225+33+195=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 33 (13.28% from 255 or 7.28% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E121C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E121C3 is #1EDE3C. Grayscale: #6C6C6C. Windows color (decimal): -2022973 or 12788193. OLE color: 12788193.

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

Color convert

RGB 225 33 195 -
CMYK 0 0.85 0.13 0.12
HSL 309.38º 0.76% 0.51% -
HSV(B) 309.38º 0.85% 0.88% -
XYZ 41.45 21.04 53.51 -
YUV 108.88 176.61 210.83 -
System Red Green Blue C M Y K H S L
Decimal 225 33 195 0 0.85 0.13 0.12 309.38 0.76 0.51
Hex E1 21 C3 0 55 D C 135 4C 33
Octal 341 41 303 0 125 15 14 465 114 63
Binary 11100001 100001 11000011 0 1010101 1101 1100 100110101 1001100 110011

Color Harmonies of #E121C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E121C3

Black with #E121C3

Text Example


Text Example

White with #E121C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E121C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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