Html Css Color HEX #E21FCA Shocking Pink

📋 copy color: '#E21FCA'

red 226 ◦ green 31 ◦ blue 202

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

Shades of Shocking Pink #E21FCA

Tints of Shocking Pink #E21FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.01%

R = 49.24%
G = 6.75%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E21FCA (or 0xE21FCA) is known color: Shocking Pink. HEX triplet: E2, 1F and CA. RGB value is (226,31,202). Sum of RGB (Red+Green+Blue) = 226+31+202=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 31 (12.5% from 255 or 6.75% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E21FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21FCA is #1DE035. Grayscale: #6C6C6C. Windows color (decimal): -1957942 or 13246434. OLE color: 13246434.

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

Color convert

RGB 226 31 202 -
CMYK 0 0.86 0.11 0.11
HSL 307.38º 0.77% 0.5% -
HSV(B) 307.38º 0.86% 0.89% -
XYZ 42.51 21.41 57.77 -
YUV 108.8 180.6 211.6 -
System Red Green Blue C M Y K H S L
Decimal 226 31 202 0 0.86 0.11 0.11 307.38 0.77 0.5
Hex E2 1F CA 0 56 B B 133 4D 32
Octal 342 37 312 0 126 13 13 463 115 62
Binary 11100010 11111 11001010 0 1010110 1011 1011 100110011 1001101 110010

Color Harmonies of #E21FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21FCA

Black with #E21FCA

Text Example


Text Example

White with #E21FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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