Html Css Color HEX #E01EC6 Shocking Pink

📋 copy color: '#E01EC6'

red 224 ◦ green 30 ◦ blue 198

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

Shades of Shocking Pink #E01EC6

Tints of Shocking Pink #E01EC6

RGB

 RED value IS 224 (87.89% from 255) = 49.56%

 GREEN value IS 30 (12.11% from 255) = 6.64%

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

R = 49.56%
G = 6.64%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E01EC6 (or 0xE01EC6) is known color: Shocking Pink. HEX triplet: E0, 1E and C6. RGB value is (224,30,198). Sum of RGB (Red+Green+Blue) = 224+30+198=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 30 (12.11% from 255 or 6.64% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E01EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01EC6 is #1FE139. Grayscale: #6A6A6A. Windows color (decimal): -2089274 or 12984032. OLE color: 12984032.

HSL color Cylindrical-coordinate representation of color #E01EC6: hue angle of 308.04º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01EC6 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 30 198 -
CMYK 0 0.87 0.12 0.12
HSL 308.04º 0.76% 0.5% -
HSV(B) 308.04º 0.87% 0.88% -
XYZ 41.4 20.85 55.27 -
YUV 107.16 179.27 211.34 -
System Red Green Blue C M Y K H S L
Decimal 224 30 198 0 0.87 0.12 0.12 308.04 0.76 0.5
Hex E0 1E C6 0 57 C C 134 4C 32
Octal 340 36 306 0 127 14 14 464 114 62
Binary 11100000 11110 11000110 0 1010111 1100 1100 100110100 1001100 110010

Color Harmonies of #E01EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01EC6

Black with #E01EC6

Text Example


Text Example

White with #E01EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01EC6; }

 p { color: rgb(224,30,198); }

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

background-color css

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

 a { background-color: rgb(224,30,198); }

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

border-color css

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

 span { border-color: rgb(224,30,198); }

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