Html Css Color HEX #E122C7 Shocking Pink

📋 copy color: '#E122C7'

red 225 ◦ green 34 ◦ blue 199

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

Shades of Shocking Pink #E122C7

Tints of Shocking Pink #E122C7

RGB

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

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

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

R = 49.13%
G = 7.42%
B = 43.45%

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

#E122C7 (or 0xE122C7) is known color: Shocking Pink. HEX triplet: E1, 22 and C7. RGB value is (225,34,199). Sum of RGB (Red+Green+Blue) = 225+34+199=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 34 (13.67% from 255 or 7.42% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E122C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E122C7 is #1EDD38. Grayscale: #6D6D6D. Windows color (decimal): -2022713 or 13050593. OLE color: 13050593.

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

Color convert

RGB 225 34 199 -
CMYK 0 0.85 0.12 0.12
HSL 308.17º 0.76% 0.51% -
HSV(B) 308.17º 0.85% 0.88% -
XYZ 41.93 21.28 55.93 -
YUV 109.92 178.28 210.08 -
System Red Green Blue C M Y K H S L
Decimal 225 34 199 0 0.85 0.12 0.12 308.17 0.76 0.51
Hex E1 22 C7 0 55 C C 134 4C 33
Octal 341 42 307 0 125 14 14 464 114 63
Binary 11100001 100010 11000111 0 1010101 1100 1100 100110100 1001100 110011

Color Harmonies of #E122C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E122C7

Black with #E122C7

Text Example


Text Example

White with #E122C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E122C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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