#E19CC1

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

Shades of Shocking #E19CC1

Tints of Shocking #E19CC1

Color information

#E19CC1 (or 0xE19CC1) is unknown color: approx Shocking. HEX triplet: E1, 9C and C1. RGB value is (225,156,193). Sum of RGB (Red+Green+Blue) = 225+156+193=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19CC1 is #1E633E. Grayscale: #B4B4B4. Windows color (decimal): -1991487 or 12688609. OLE color: 12688609.

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

Color convert

RGB225156193-
CMYK00.310.140.12
HSL327.83º53.49%74.71%-
HSV(B)327.83º30.67%88.24%-
XYZ52.5743.6356.1-
YUV180.85134.86159.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.20%
GREEN value IS 156 (61.33% from 255) = 27.18%
BLUE value IS 193 (75.78% from 255) = 33.62%
R=39.20%
G=27.18%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515619300.310.140.12327.8353.4974.71
HexE19CC101FEC148354b
Octal341234301037161451065113
Binary111000011001110011000001011111111011001010010001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19CC1; }

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

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

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

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

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

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

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

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