Html Css Color HEX #E515C6 Shocking Pink

📋 copy color: '#E515C6'

red 229 ◦ green 21 ◦ blue 198

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

Shades of Shocking Pink #E515C6

Tints of Shocking Pink #E515C6

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.69%

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

R = 51.12%
G = 4.69%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E515C6 (or 0xE515C6) is known color: Shocking Pink. HEX triplet: E5, 15 and C6. RGB value is (229,21,198). Sum of RGB (Red+Green+Blue) = 229+21+198=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 21 (8.59% from 255 or 4.69% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E515C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E515C6 is #1AEA39. Grayscale: #666666. Windows color (decimal): -1763898 or 12981733. OLE color: 12981733.

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

Color convert

RGB 229 21 198 -
CMYK 0 0.91 0.14 0.10
HSL 308.94º 0.83% 0.49% -
HSV(B) 308.94º 0.91% 0.9% -
XYZ 42.77 21.27 55.28 -
YUV 103.37 181.41 217.61 -
System Red Green Blue C M Y K H S L
Decimal 229 21 198 0 0.91 0.14 0.10 308.94 0.83 0.49
Hex E5 15 C6 0 5B E A 135 53 31
Octal 345 25 306 0 133 16 12 465 123 61
Binary 11100101 10101 11000110 0 1011011 1110 1010 100110101 1010011 110001

Color Harmonies of #E515C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E515C6

Black with #E515C6

Text Example


Text Example

White with #E515C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E515C6; }

 p { color: rgb(229,21,198); }

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

background-color css

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

 a { background-color: rgb(229,21,198); }

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

border-color css

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

 span { border-color: rgb(229,21,198); }

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