#E19BC4

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

Shades of Shocking #E19BC4

Tints of Shocking #E19BC4

Color information

#E19BC4 (or 0xE19BC4) is unknown color: approx Shocking. HEX triplet: E1, 9B and C4. RGB value is (225,155,196). Sum of RGB (Red+Green+Blue) = 225+155+196=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BC4 is #1E643B. Grayscale: #B4B4B4. Windows color (decimal): -1991740 or 12884961. OLE color: 12884961.

HSL color Cylindrical-coordinate representation of color #E19BC4: hue angle of 324.86º degrees, saturation: 0.54, 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 #E19BC4 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB225155196-
CMYK00.310.130.12
HSL324.86º53.85%74.51%-
HSV(B)324.86º31.11%88.24%-
XYZ52.7443.4457.83-
YUV180.6136.69159.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.06%
GREEN value IS 155 (60.94% from 255) = 26.91%
BLUE value IS 196 (76.95% from 255) = 34.03%
R=39.06%
G=26.91%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515519600.310.130.12324.8653.8574.51
HexE19BC401FDC145364b
Octal341233304037151450566113
Binary111000011001101111000100011111110111001010001011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19BC4; }

 p { color: rgb(225,155,196); }

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

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

 a { background-color: rgb(225,155,196); }

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

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

 span { border-color: rgb(225,155,196); }

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