Html Css Color HEX #E20CC4 Shocking Pink

📋 copy color: '#E20CC4'

red 226 ◦ green 12 ◦ blue 196

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

Shades of Shocking Pink #E20CC4

Tints of Shocking Pink #E20CC4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.76%

 BLUE value IS 196 (76.95% from 255) = 45.16%

R = 52.07%
G = 2.76%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#E20CC4 (or 0xE20CC4) is known color: Shocking Pink. HEX triplet: E2, 0C and C4. RGB value is (226,12,196). Sum of RGB (Red+Green+Blue) = 226+12+196=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E20CC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20CC4 is #1DF33B. Grayscale: #606060. Windows color (decimal): -1962812 or 12848354. OLE color: 12848354.

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

Color convert

RGB 226 12 196 -
CMYK 0 0.95 0.13 0.11
HSL 308.41º 0.9% 0.47% -
HSV(B) 308.41º 0.95% 0.89% -
XYZ 41.46 20.42 53.98 -
YUV 96.96 183.9 220.04 -
System Red Green Blue C M Y K H S L
Decimal 226 12 196 0 0.95 0.13 0.11 308.41 0.9 0.47
Hex E2 C C4 0 5F D B 134 5A 2F
Octal 342 14 304 0 137 15 13 464 132 57
Binary 11100010 1100 11000100 0 1011111 1101 1011 100110100 1011010 101111

Color Harmonies of #E20CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20CC4

Black with #E20CC4

Text Example


Text Example

White with #E20CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20CC4; }

 p { color: rgb(226,12,196); }

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

background-color css

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

 a { background-color: rgb(226,12,196); }

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

border-color css

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

 span { border-color: rgb(226,12,196); }

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