#E18CBE

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

Shades of Shocking #E18CBE

Tints of Shocking #E18CBE

Color information

#E18CBE (or 0xE18CBE) is unknown color: approx Shocking. HEX triplet: E1, 8C and BE. RGB value is (225,140,190). Sum of RGB (Red+Green+Blue) = 225+140+190=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CBE is #1E7341. Grayscale: #ABABAB. Windows color (decimal): -1995586 or 12487905. OLE color: 12487905.

HSL color Cylindrical-coordinate representation of color #E18CBE: hue angle of 324.71º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18CBE is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225140190-
CMYK00.380.160.12
HSL324.71º58.62%71.57%-
HSV(B)324.71º37.78%88.24%-
XYZ49.7238.4853.52-
YUV171.11138.66166.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.54%
GREEN value IS 140 (55.08% from 255) = 25.23%
BLUE value IS 190 (74.61% from 255) = 34.23%
R=40.54%
G=25.23%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514019000.380.160.12324.7158.6271.57
HexE18CBE02610C1453b48
Octal341214276046201450573110
Binary11100001100011001011111001001101000011001010001011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18CBE; }

 p { color: rgb(225,140,190); }

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

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

 a { background-color: rgb(225,140,190); }

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

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

 span { border-color: rgb(225,140,190); }

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