#E18CC5

Color #E18CC5 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #E18CC5

Tints of Shocking #E18CC5

Color information

#E18CC5 (or 0xE18CC5) is unknown color: approx Shocking. HEX triplet: E1, 8C and C5. RGB value is (225,140,197). Sum of RGB (Red+Green+Blue) = 225+140+197=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CC5 is #1E733A. Grayscale: #ABABAB. Windows color (decimal): -1995579 or 12946657. OLE color: 12946657.

HSL color Cylindrical-coordinate representation of color #E18CC5: hue angle of 319.76º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18CC5 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB225140197-
CMYK00.380.120.12
HSL319.76º58.62%71.57%-
HSV(B)319.76º37.78%88.24%-
XYZ50.5138.7957.65-
YUV171.91142.16165.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.04%
GREEN value IS 140 (55.08% from 255) = 24.91%
BLUE value IS 197 (77.34% from 255) = 35.05%
R=40.04%
G=24.91%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514019700.380.120.12319.7658.6271.57
HexE18CC5026CC1403b48
Octal341214305046141450073110
Binary1110000110001100110001010100110110011001010000001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18CC5; }

 p { color: rgb(225,140,197); }

 H1.HeaderClassName
 {
   color: #E18CC5;
 }
 .AnyTagClassName
 {
   color: #E18CC5;
 }
</style>
background-color css

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

 a { background-color: rgb(225,140,197); }

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

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

 span { border-color: rgb(225,140,197); }

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