Html Css Color HEX #E321C5 Shocking Pink

📋 copy color: '#E321C5'

red 227 ◦ green 33 ◦ blue 197

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

Shades of Shocking Pink #E321C5

Tints of Shocking Pink #E321C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.11%

R = 49.67%
G = 7.22%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#E321C5 (or 0xE321C5) is known color: Shocking Pink. HEX triplet: E3, 21 and C5. RGB value is (227,33,197). Sum of RGB (Red+Green+Blue) = 227+33+197=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 33 (13.28% from 255 or 7.22% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E321C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E321C5 is #1CDE3A. Grayscale: #6D6D6D. Windows color (decimal): -1891899 or 12919267. OLE color: 12919267.

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

Color convert

RGB 227 33 197 -
CMYK 0 0.85 0.13 0.11
HSL 309.28º 0.78% 0.51% -
HSV(B) 309.28º 0.85% 0.89% -
XYZ 42.3 21.45 54.73 -
YUV 109.7 177.27 211.66 -
System Red Green Blue C M Y K H S L
Decimal 227 33 197 0 0.85 0.13 0.11 309.28 0.78 0.51
Hex E3 21 C5 0 55 D B 135 4E 33
Octal 343 41 305 0 125 15 13 465 116 63
Binary 11100011 100001 11000101 0 1010101 1101 1011 100110101 1001110 110011

Color Harmonies of #E321C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E321C5

Black with #E321C5

Text Example


Text Example

White with #E321C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E321C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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