#E38BB9

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

Shades of Shocking #E38BB9

Tints of Shocking #E38BB9

Color information

#E38BB9 (or 0xE38BB9) is unknown color: approx Shocking. HEX triplet: E3, 8B and B9. RGB value is (227,139,185). Sum of RGB (Red+Green+Blue) = 227+139+185=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E38BB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38BB9 is #1C7446. Grayscale: #AAAAAA. Windows color (decimal): -1864775 or 12159971. OLE color: 12159971.

HSL color Cylindrical-coordinate representation of color #E38BB9: hue angle of 328.64º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E38BB9 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB227139185-
CMYK00.390.190.11
HSL328.64º61.11%71.76%-
HSV(B)328.64º38.77%89.02%-
XYZ49.6738.350.67-
YUV170.56136.15168.26-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.20%
GREEN value IS 139 (54.69% from 255) = 25.23%
BLUE value IS 185 (72.66% from 255) = 33.58%
R=41.20%
G=25.23%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713918500.390.190.11328.6461.1171.76
HexE38BB902713B1493d48
Octal343213271047231351175110
Binary11100011100010111011100101001111001110111010010011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38BB9; }

 p { color: rgb(227,139,185); }

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

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

 a { background-color: rgb(227,139,185); }

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

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

 span { border-color: rgb(227,139,185); }

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