Html Css Color HEX #E118C2 Shocking Pink

📋 copy color: '#E118C2'

red 225 ◦ green 24 ◦ blue 194

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

Shades of Shocking Pink #E118C2

Tints of Shocking Pink #E118C2

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.42%

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

R = 50.79%
G = 5.42%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E118C2 (or 0xE118C2) is known color: Shocking Pink. HEX triplet: E1, 18 and C2. RGB value is (225,24,194). Sum of RGB (Red+Green+Blue) = 225+24+194=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 24 (9.77% from 255 or 5.42% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E118C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E118C2 is #1EE73D. Grayscale: #676767. Windows color (decimal): -2025278 or 12720353. OLE color: 12720353.

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

Color convert

RGB 225 24 194 -
CMYK 0 0.89 0.14 0.12
HSL 309.25º 0.81% 0.49% -
HSV(B) 309.25º 0.89% 0.88% -
XYZ 41.12 20.56 52.84 -
YUV 103.48 179.09 214.68 -
System Red Green Blue C M Y K H S L
Decimal 225 24 194 0 0.89 0.14 0.12 309.25 0.81 0.49
Hex E1 18 C2 0 59 E C 135 51 31
Octal 341 30 302 0 131 16 14 465 121 61
Binary 11100001 11000 11000010 0 1011001 1110 1100 100110101 1010001 110001

Color Harmonies of #E118C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E118C2

Black with #E118C2

Text Example


Text Example

White with #E118C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E118C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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