Html Css Color HEX #E122C9 Shocking Pink

📋 copy color: '#E122C9'

red 225 ◦ green 34 ◦ blue 201

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

Shades of Shocking Pink #E122C9

Tints of Shocking Pink #E122C9

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.39%

 BLUE value IS 201 (78.91% from 255) = 43.7%

R = 48.91%
G = 7.39%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E122C9 (or 0xE122C9) is known color: Shocking Pink. HEX triplet: E1, 22 and C9. RGB value is (225,34,201). Sum of RGB (Red+Green+Blue) = 225+34+201=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 34 (13.67% from 255 or 7.39% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E122C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E122C9 is #1EDD36. Grayscale: #6D6D6D. Windows color (decimal): -2022711 or 13181665. OLE color: 13181665.

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

Color convert

RGB 225 34 201 -
CMYK 0 0.85 0.11 0.12
HSL 307.54º 0.76% 0.51% -
HSV(B) 307.54º 0.85% 0.88% -
XYZ 42.17 21.37 57.16 -
YUV 110.15 179.28 209.92 -
System Red Green Blue C M Y K H S L
Decimal 225 34 201 0 0.85 0.11 0.12 307.54 0.76 0.51
Hex E1 22 C9 0 55 B C 134 4C 33
Octal 341 42 311 0 125 13 14 464 114 63
Binary 11100001 100010 11001001 0 1010101 1011 1100 100110100 1001100 110011

Color Harmonies of #E122C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E122C9

Black with #E122C9

Text Example


Text Example

White with #E122C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E122C9; }

 p { color: rgb(225,34,201); }

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

background-color css

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

 a { background-color: rgb(225,34,201); }

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

border-color css

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

 span { border-color: rgb(225,34,201); }

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