Html Css Color HEX #E321C2 Shocking Pink

📋 copy color: '#E321C2'

red 227 ◦ green 33 ◦ blue 194

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

Shades of Shocking Pink #E321C2

Tints of Shocking Pink #E321C2

RGB

 RED value IS 227 (89.06% from 255) = 50%

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

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

R = 50%
G = 7.27%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E321C2 (or 0xE321C2) is known color: Shocking Pink. HEX triplet: E3, 21 and C2. RGB value is (227,33,194). Sum of RGB (Red+Green+Blue) = 227+33+194=454 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50% from 454); Green value is 33 (13.28% from 255 or 7.27% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 227 - color contains mainly: red. Hex color #E321C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E321C2 is #1CDE3D. Grayscale: #6C6C6C. Windows color (decimal): -1891902 or 12722659. OLE color: 12722659.

HSL color Cylindrical-coordinate representation of color #E321C2: hue angle of 310.21º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E321C2 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 33 194 -
CMYK 0 0.85 0.15 0.11
HSL 310.21º 0.78% 0.51% -
HSV(B) 310.21º 0.85% 0.89% -
XYZ 41.96 21.31 52.94 -
YUV 109.36 175.77 211.91 -
System Red Green Blue C M Y K H S L
Decimal 227 33 194 0 0.85 0.15 0.11 310.21 0.78 0.51
Hex E3 21 C2 0 55 F B 136 4E 33
Octal 343 41 302 0 125 17 13 466 116 63
Binary 11100011 100001 11000010 0 1010101 1111 1011 100110110 1001110 110011

Color Harmonies of #E321C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E321C2

Black with #E321C2

Text Example


Text Example

White with #E321C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E321C2; }

 p { color: rgb(227,33,194); }

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

background-color css

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

 a { background-color: rgb(227,33,194); }

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

border-color css

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

 span { border-color: rgb(227,33,194); }

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