Html Css Color HEX #E321CC Shocking Pink

📋 copy color: '#E321CC'

red 227 ◦ green 33 ◦ blue 204

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

Shades of Shocking Pink #E321CC

Tints of Shocking Pink #E321CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.97%

R = 48.92%
G = 7.11%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E321CC (or 0xE321CC) is known color: Shocking Pink. HEX triplet: E3, 21 and CC. RGB value is (227,33,204). Sum of RGB (Red+Green+Blue) = 227+33+204=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E321CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E321CC is #1CDE33. Grayscale: #6E6E6E. Windows color (decimal): -1891892 or 13378019. OLE color: 13378019.

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

Color convert

RGB 227 33 204 -
CMYK 0 0.85 0.10 0.11
HSL 307.11º 0.78% 0.51% -
HSV(B) 307.11º 0.85% 0.89% -
XYZ 43.12 21.78 59.06 -
YUV 110.5 180.77 211.1 -
System Red Green Blue C M Y K H S L
Decimal 227 33 204 0 0.85 0.10 0.11 307.11 0.78 0.51
Hex E3 21 CC 0 55 A B 133 4E 33
Octal 343 41 314 0 125 12 13 463 116 63
Binary 11100011 100001 11001100 0 1010101 1010 1011 100110011 1001110 110011

Color Harmonies of #E321CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E321CC

Black with #E321CC

Text Example


Text Example

White with #E321CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E321CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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