#e18bbe

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

Shades of Shocking #E18BBE

Tints of Shocking #E18BBE

Color information

#E18BBE (or 0xE18BBE) is unknown color: approx Shocking. HEX triplet: E1, 8B and BE. RGB value is (225,139,190). Sum of RGB (Red+Green+Blue) = 225+139+190=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18BBE is #1E7441. Grayscale: #AAAAAA. Windows color (decimal): -1995842 or 12487649. OLE color: 12487649.

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

Color convert

RGB225139190-
CMYK00.380.160.12
HSL324.42º58.9%71.37%-
HSV(B)324.42º38.22%88.24%-
XYZ49.5838.1953.47-
YUV170.53138.99166.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.61%
GREEN value IS 139 (54.69% from 255) = 25.09%
BLUE value IS 190 (74.61% from 255) = 34.30%
R=40.61%
G=25.09%
B=34.30%

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
Decimal22513919000.380.160.12324.4258.971.37
HexE18BBE02610C1443b47
Octal341213276046201450473107
Binary11100001100010111011111001001101000011001010001001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e18bbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e18bbe; }

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

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

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

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

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

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

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

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