Html Css Color HEX #E517C1 Shocking Pink

📋 copy color: '#E517C1'

red 229 ◦ green 23 ◦ blue 193

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

Shades of Shocking Pink #E517C1

Tints of Shocking Pink #E517C1

RGB

 RED value IS 229 (89.84% from 255) = 51.46%

 GREEN value IS 23 (9.38% from 255) = 5.17%

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

R = 51.46%
G = 5.17%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E517C1 (or 0xE517C1) is known color: Shocking Pink. HEX triplet: E5, 17 and C1. RGB value is (229,23,193). Sum of RGB (Red+Green+Blue) = 229+23+193=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 23 (9.38% from 255 or 5.17% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E517C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E517C1 is #1AE83E. Grayscale: #676767. Windows color (decimal): -1763391 or 12654565. OLE color: 12654565.

HSL color Cylindrical-coordinate representation of color #E517C1: hue angle of 310.49º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E517C1 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 23 193 -
CMYK 0 0.90 0.16 0.10
HSL 310.49º 0.82% 0.49% -
HSV(B) 310.49º 0.9% 0.9% -
XYZ 42.25 21.12 52.3 -
YUV 103.97 178.25 217.18 -
System Red Green Blue C M Y K H S L
Decimal 229 23 193 0 0.90 0.16 0.10 310.49 0.82 0.49
Hex E5 17 C1 0 5A 10 A 136 52 31
Octal 345 27 301 0 132 20 12 466 122 61
Binary 11100101 10111 11000001 0 1011010 10000 1010 100110110 1010010 110001

Color Harmonies of #E517C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E517C1

Black with #E517C1

Text Example


Text Example

White with #E517C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E517C1; }

 p { color: rgb(229,23,193); }

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

background-color css

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

 a { background-color: rgb(229,23,193); }

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

border-color css

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

 span { border-color: rgb(229,23,193); }

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