Html Css Color HEX #E711C1 Shocking Pink

📋 copy color: '#E711C1'

red 231 ◦ green 17 ◦ blue 193

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

Shades of Shocking Pink #E711C1

Tints of Shocking Pink #E711C1

RGB

 RED value IS 231 (90.63% from 255) = 52.38%

 GREEN value IS 17 (7.03% from 255) = 3.85%

 BLUE value IS 193 (75.78% from 255) = 43.76%

R = 52.38%
G = 3.85%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E711C1 (or 0xE711C1) is known color: Shocking Pink. HEX triplet: E7, 11 and C1. RGB value is (231,17,193). Sum of RGB (Red+Green+Blue) = 231+17+193=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E711C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E711C1 is #18EE3E. Grayscale: #646464. Windows color (decimal): -1633855 or 12653031. OLE color: 12653031.

HSL color Cylindrical-coordinate representation of color #E711C1: hue angle of 310.65º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E711C1 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 17 193 -
CMYK 0 0.93 0.16 0.09
HSL 310.65º 0.86% 0.49% -
HSV(B) 310.65º 0.93% 0.91% -
XYZ 42.78 21.24 52.3 -
YUV 101.05 179.9 220.69 -
System Red Green Blue C M Y K H S L
Decimal 231 17 193 0 0.93 0.16 0.09 310.65 0.86 0.49
Hex E7 11 C1 0 5D 10 9 137 56 31
Octal 347 21 301 0 135 20 11 467 126 61
Binary 11100111 10001 11000001 0 1011101 10000 1001 100110111 1010110 110001

Color Harmonies of #E711C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E711C1

Black with #E711C1

Text Example


Text Example

White with #E711C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E711C1; }

 p { color: rgb(231,17,193); }

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

background-color css

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

 a { background-color: rgb(231,17,193); }

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

border-color css

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

 span { border-color: rgb(231,17,193); }

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