#E19BCB

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

Shades of Shocking #E19BCB

Tints of Shocking #E19BCB

Color information

#E19BCB (or 0xE19BCB) is unknown color: approx Shocking. HEX triplet: E1, 9B and CB. RGB value is (225,155,203). Sum of RGB (Red+Green+Blue) = 225+155+203=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19BCB is #1E6434. Grayscale: #B5B5B5. Windows color (decimal): -1991733 or 13343713. OLE color: 13343713.

HSL color Cylindrical-coordinate representation of color #E19BCB: hue angle of 318.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 #E19BCB is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB225155203-
CMYK00.310.100.12
HSL318.86º53.85%74.51%-
HSV(B)318.86º31.11%88.24%-
XYZ53.5543.7662.12-
YUV181.4140.19159.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.59%
GREEN value IS 155 (60.94% from 255) = 26.59%
BLUE value IS 203 (79.69% from 255) = 34.82%
R=38.59%
G=26.59%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515520300.310.100.12318.8653.8574.51
HexE19BCB01FAC13f364b
Octal341233313037121447766113
Binary111000011001101111001011011111101011001001111111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19BCB; }

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

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

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

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

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

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

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

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