Html Css Color HEX #E115C2 Shocking Pink

📋 copy color: '#E115C2'

red 225 ◦ green 21 ◦ blue 194

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

Shades of Shocking Pink #E115C2

Tints of Shocking Pink #E115C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.09%

R = 51.14%
G = 4.77%
B = 44.09%

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

#E115C2 (or 0xE115C2) is known color: Shocking Pink. HEX triplet: E1, 15 and C2. RGB value is (225,21,194). Sum of RGB (Red+Green+Blue) = 225+21+194=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E115C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E115C2 is #1EEA3D. Grayscale: #656565. Windows color (decimal): -2026046 or 12719585. OLE color: 12719585.

HSL color Cylindrical-coordinate representation of color #E115C2: hue angle of 309.12º 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 #E115C2 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 21 194 -
CMYK 0 0.91 0.14 0.12
HSL 309.12º 0.83% 0.48% -
HSV(B) 309.12º 0.91% 0.88% -
XYZ 41.06 20.44 52.82 -
YUV 101.72 180.09 215.93 -
System Red Green Blue C M Y K H S L
Decimal 225 21 194 0 0.91 0.14 0.12 309.12 0.83 0.48
Hex E1 15 C2 0 5B E C 135 53 30
Octal 341 25 302 0 133 16 14 465 123 60
Binary 11100001 10101 11000010 0 1011011 1110 1100 100110101 1010011 110000

Color Harmonies of #E115C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E115C2

Black with #E115C2

Text Example


Text Example

White with #E115C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E115C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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