Html Css Color HEX #E121CC Shocking Pink

📋 copy color: '#E121CC'

red 225 ◦ green 33 ◦ blue 204

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

Shades of Shocking Pink #E121CC

Tints of Shocking Pink #E121CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 48.7%
G = 7.14%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E121CC (or 0xE121CC) is known color: Shocking Pink. HEX triplet: E1, 21 and CC. RGB value is (225,33,204). Sum of RGB (Red+Green+Blue) = 225+33+204=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 33 (13.28% from 255 or 7.14% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E121CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E121CC is #1EDE33. Grayscale: #6D6D6D. Windows color (decimal): -2022964 or 13378017. OLE color: 13378017.

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

Color convert

RGB 225 33 204 -
CMYK 0 0.85 0.09 0.12
HSL 306.56º 0.76% 0.51% -
HSV(B) 306.56º 0.85% 0.88% -
XYZ 42.49 21.45 59.03 -
YUV 109.9 181.11 210.1 -
System Red Green Blue C M Y K H S L
Decimal 225 33 204 0 0.85 0.09 0.12 306.56 0.76 0.51
Hex E1 21 CC 0 55 9 C 133 4C 33
Octal 341 41 314 0 125 11 14 463 114 63
Binary 11100001 100001 11001100 0 1010101 1001 1100 100110011 1001100 110011

Color Harmonies of #E121CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E121CC

Black with #E121CC

Text Example


Text Example

White with #E121CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E121CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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