#E189C2

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

Shades of Shocking #E189C2

Tints of Shocking #E189C2

Color information

#E189C2 (or 0xE189C2) is unknown color: approx Shocking. HEX triplet: E1, 89 and C2. RGB value is (225,137,194). Sum of RGB (Red+Green+Blue) = 225+137+194=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 137 (53.91% from 255 or 24.64% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E189C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E189C2 is #1E763D. Grayscale: #A9A9A9. Windows color (decimal): -1996350 or 12749281. OLE color: 12749281.

HSL color Cylindrical-coordinate representation of color #E189C2: hue angle of 321.14º 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 #E189C2 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB225137194-
CMYK00.390.140.12
HSL321.14º59.46%70.98%-
HSV(B)321.14º39.11%88.24%-
XYZ49.7337.7955.71-
YUV169.81141.65167.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.47%
GREEN value IS 137 (53.91% from 255) = 24.64%
BLUE value IS 194 (76.17% from 255) = 34.89%
R=40.47%
G=24.64%
B=34.89%

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
Decimal22513719400.390.140.12321.1459.4670.98
HexE189C2027EC1413b47
Octal341211302047161450173107
Binary1110000110001001110000100100111111011001010000011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E189C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E189C2; }

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

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

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

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

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

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

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

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