#E188C1

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

Shades of Shocking #E188C1

Tints of Shocking #E188C1

Color information

#E188C1 (or 0xE188C1) is unknown color: approx Shocking. HEX triplet: E1, 88 and C1. RGB value is (225,136,193). Sum of RGB (Red+Green+Blue) = 225+136+193=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E188C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E188C1 is #1E773E. Grayscale: #A8A8A8. Windows color (decimal): -1996607 or 12683489. OLE color: 12683489.

HSL color Cylindrical-coordinate representation of color #E188C1: hue angle of 321.57º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E188C1 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB225136193-
CMYK00.400.140.12
HSL321.57º59.73%70.78%-
HSV(B)321.57º39.56%88.24%-
XYZ49.4837.4755.08-
YUV169.11141.49167.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.61%
GREEN value IS 136 (53.52% from 255) = 24.55%
BLUE value IS 193 (75.78% from 255) = 34.84%
R=40.61%
G=24.55%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513619300.400.140.12321.5759.7370.78
HexE188C1028EC1423c47
Octal341210301050161450274107
Binary1110000110001000110000010101000111011001010000101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E188C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E188C1; }

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

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

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

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

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

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

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

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