#E189C1

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

Shades of Shocking #E189C1

Tints of Shocking #E189C1

Color information

#E189C1 (or 0xE189C1) is unknown color: approx Shocking. HEX triplet: E1, 89 and C1. RGB value is (225,137,193). Sum of RGB (Red+Green+Blue) = 225+137+193=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E189C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E189C1 is #1E763E. Grayscale: #A9A9A9. Windows color (decimal): -1996351 or 12683745. OLE color: 12683745.

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

Color convert

RGB225137193-
CMYK00.390.140.12
HSL321.82º59.46%70.98%-
HSV(B)321.82º39.11%88.24%-
XYZ49.6237.7555.12-
YUV169.7141.15167.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.54%
GREEN value IS 137 (53.91% from 255) = 24.68%
BLUE value IS 193 (75.78% from 255) = 34.77%
R=40.54%
G=24.68%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513719300.390.140.12321.8259.4670.98
HexE189C1027EC1423b47
Octal341211301047161450273107
Binary1110000110001001110000010100111111011001010000101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E189C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E189C1; }

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

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

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

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

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

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

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

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