Html Css Color HEX #E115C1 Shocking Pink

📋 copy color: '#E115C1'

red 225 ◦ green 21 ◦ blue 193

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

Shades of Shocking Pink #E115C1

Tints of Shocking Pink #E115C1

RGB

 RED value IS 225 (88.28% from 255) = 51.25%

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

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

R = 51.25%
G = 4.78%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E115C1 (or 0xE115C1) is known color: Shocking Pink. HEX triplet: E1, 15 and C1. RGB value is (225,21,193). Sum of RGB (Red+Green+Blue) = 225+21+193=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 21 (8.59% from 255 or 4.78% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E115C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E115C1 is #1EEA3E. Grayscale: #656565. Windows color (decimal): -2026047 or 12654049. OLE color: 12654049.

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

Color convert

RGB 225 21 193 -
CMYK 0 0.91 0.14 0.12
HSL 309.41º 0.83% 0.48% -
HSV(B) 309.41º 0.91% 0.88% -
XYZ 40.95 20.39 52.23 -
YUV 101.6 179.59 216.01 -
System Red Green Blue C M Y K H S L
Decimal 225 21 193 0 0.91 0.14 0.12 309.41 0.83 0.48
Hex E1 15 C1 0 5B E C 135 53 30
Octal 341 25 301 0 133 16 14 465 123 60
Binary 11100001 10101 11000001 0 1011011 1110 1100 100110101 1010011 110000

Color Harmonies of #E115C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E115C1

Black with #E115C1

Text Example


Text Example

White with #E115C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E115C1; }

 p { color: rgb(225,21,193); }

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

background-color css

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

 a { background-color: rgb(225,21,193); }

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

border-color css

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

 span { border-color: rgb(225,21,193); }

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