Html Css Color HEX #E20FC5 Shocking Pink

📋 copy color: '#E20FC5'

red 226 ◦ green 15 ◦ blue 197

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

Shades of Shocking Pink #E20FC5

Tints of Shocking Pink #E20FC5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.42%

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

R = 51.6%
G = 3.42%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#E20FC5 (or 0xE20FC5) is known color: Shocking Pink. HEX triplet: E2, 0F and C5. RGB value is (226,15,197). Sum of RGB (Red+Green+Blue) = 226+15+197=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E20FC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20FC5 is #1DF03A. Grayscale: #626262. Windows color (decimal): -1962043 or 12914658. OLE color: 12914658.

HSL color Cylindrical-coordinate representation of color #E20FC5: hue angle of 308.25º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E20FC5 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 15 197 -
CMYK 0 0.93 0.13 0.11
HSL 308.25º 0.88% 0.47% -
HSV(B) 308.25º 0.93% 0.89% -
XYZ 41.61 20.54 54.6 -
YUV 98.84 183.4 218.7 -
System Red Green Blue C M Y K H S L
Decimal 226 15 197 0 0.93 0.13 0.11 308.25 0.88 0.47
Hex E2 F C5 0 5D D B 134 58 2F
Octal 342 17 305 0 135 15 13 464 130 57
Binary 11100010 1111 11000101 0 1011101 1101 1011 100110100 1011000 101111

Color Harmonies of #E20FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20FC5

Black with #E20FC5

Text Example


Text Example

White with #E20FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20FC5; }

 p { color: rgb(226,15,197); }

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

background-color css

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

 a { background-color: rgb(226,15,197); }

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

border-color css

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

 span { border-color: rgb(226,15,197); }

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