#E18DC1

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

Shades of Shocking #E18DC1

Tints of Shocking #E18DC1

Color information

#E18DC1 (or 0xE18DC1) is unknown color: approx Shocking. HEX triplet: E1, 8D and C1. RGB value is (225,141,193). Sum of RGB (Red+Green+Blue) = 225+141+193=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18DC1 is #1E723E. Grayscale: #ABABAB. Windows color (decimal): -1995327 or 12684769. OLE color: 12684769.

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

Color convert

RGB225141193-
CMYK00.370.140.12
HSL322.86º58.33%71.76%-
HSV(B)322.86º37.33%88.24%-
XYZ50.238.9155.32-
YUV172.04139.83165.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.25%
GREEN value IS 141 (55.47% from 255) = 25.22%
BLUE value IS 193 (75.78% from 255) = 34.53%
R=40.25%
G=25.22%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514119300.370.140.12322.8658.3371.76
HexE18DC1025EC1433a48
Octal341215301045161450372110
Binary1110000110001101110000010100101111011001010000111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18DC1; }

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

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

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

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

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

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

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

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