Html Css Color HEX #E123C2 Shocking Pink

📋 copy color: '#E123C2'

red 225 ◦ green 35 ◦ blue 194

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

Shades of Shocking Pink #E123C2

Tints of Shocking Pink #E123C2

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.71%

 BLUE value IS 194 (76.17% from 255) = 42.73%

R = 49.56%
G = 7.71%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E123C2 (or 0xE123C2) is known color: Shocking Pink. HEX triplet: E1, 23 and C2. RGB value is (225,35,194). Sum of RGB (Red+Green+Blue) = 225+35+194=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 35 (14.06% from 255 or 7.71% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E123C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E123C2 is #1EDC3D. Grayscale: #6D6D6D. Windows color (decimal): -2022462 or 12723169. OLE color: 12723169.

HSL color Cylindrical-coordinate representation of color #E123C2: hue angle of 309.79º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E123C2 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 35 194 -
CMYK 0 0.84 0.14 0.12
HSL 309.79º 0.76% 0.51% -
HSV(B) 309.79º 0.84% 0.88% -
XYZ 41.39 21.1 52.93 -
YUV 109.94 175.45 210.07 -
System Red Green Blue C M Y K H S L
Decimal 225 35 194 0 0.84 0.14 0.12 309.79 0.76 0.51
Hex E1 23 C2 0 54 E C 136 4C 33
Octal 341 43 302 0 124 16 14 466 114 63
Binary 11100001 100011 11000010 0 1010100 1110 1100 100110110 1001100 110011

Color Harmonies of #E123C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E123C2

Black with #E123C2

Text Example


Text Example

White with #E123C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E123C2; }

 p { color: rgb(225,35,194); }

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

background-color css

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

 a { background-color: rgb(225,35,194); }

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

border-color css

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

 span { border-color: rgb(225,35,194); }

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