#E892BD

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

Shades of Shocking #E892BD

Tints of Shocking #E892BD

Color information

#E892BD (or 0xE892BD) is unknown color: approx Shocking. HEX triplet: E8, 92 and BD. RGB value is (232,146,189). Sum of RGB (Red+Green+Blue) = 232+146+189=567 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.92% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 232 - color contains mainly: red. Hex color #E892BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E892BD is #176D42. Grayscale: #B0B0B0. Windows color (decimal): -1535299 or 12423912. OLE color: 12423912.

HSL color Cylindrical-coordinate representation of color #E892BD: hue angle of 330º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E892BD is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB232146189-
CMYK00.370.190.09
HSL330º65.15%74.12%-
HSV(B)330º37.07%90.98%-
XYZ52.7441.3953.35-
YUV176.62134.99167.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.92%
GREEN value IS 146 (57.42% from 255) = 25.75%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=40.92%
G=25.75%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214618900.370.190.0933065.1574.12
HexE892BD02513914a414a
Octal3502222750452311512101112
Binary111010001001001010111101010010110011100110100101010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E892BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E892BD; }

 p { color: rgb(232,146,189); }

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

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

 a { background-color: rgb(232,146,189); }

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

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

 span { border-color: rgb(232,146,189); }

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