Html Css Color HEX #E21FC6 Shocking Pink

📋 copy color: '#E21FC6'

red 226 ◦ green 31 ◦ blue 198

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

Shades of Shocking Pink #E21FC6

Tints of Shocking Pink #E21FC6

RGB

 RED value IS 226 (88.67% from 255) = 49.67%

 GREEN value IS 31 (12.5% from 255) = 6.81%

 BLUE value IS 198 (77.73% from 255) = 43.52%

R = 49.67%
G = 6.81%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E21FC6 (or 0xE21FC6) is known color: Shocking Pink. HEX triplet: E2, 1F and C6. RGB value is (226,31,198). Sum of RGB (Red+Green+Blue) = 226+31+198=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 31 (12.5% from 255 or 6.81% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E21FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21FC6 is #1DE039. Grayscale: #6B6B6B. Windows color (decimal): -1957946 or 12984290. OLE color: 12984290.

HSL color Cylindrical-coordinate representation of color #E21FC6: hue angle of 308.62º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E21FC6 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 31 198 -
CMYK 0 0.86 0.12 0.11
HSL 308.62º 0.77% 0.5% -
HSV(B) 308.62º 0.86% 0.89% -
XYZ 42.05 21.23 55.31 -
YUV 108.34 178.6 211.92 -
System Red Green Blue C M Y K H S L
Decimal 226 31 198 0 0.86 0.12 0.11 308.62 0.77 0.5
Hex E2 1F C6 0 56 C B 135 4D 32
Octal 342 37 306 0 126 14 13 465 115 62
Binary 11100010 11111 11000110 0 1010110 1100 1011 100110101 1001101 110010

Color Harmonies of #E21FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21FC6

Black with #E21FC6

Text Example


Text Example

White with #E21FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21FC6; }

 p { color: rgb(226,31,198); }

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

background-color css

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

 a { background-color: rgb(226,31,198); }

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

border-color css

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

 span { border-color: rgb(226,31,198); }

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