#E38EBB

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

Shades of Shocking #E38EBB

Tints of Shocking #E38EBB

Color information

#E38EBB (or 0xE38EBB) is unknown color: approx Shocking. HEX triplet: E3, 8E and BB. RGB value is (227,142,187). Sum of RGB (Red+Green+Blue) = 227+142+187=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 227 - color contains mainly: red. Hex color #E38EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38EBB is #1C7144. Grayscale: #ACACAC. Windows color (decimal): -1864005 or 12291811. OLE color: 12291811.

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

Color convert

RGB227142187-
CMYK00.370.180.11
HSL328.24º60.28%72.35%-
HSV(B)328.24º37.44%89.02%-
XYZ50.3239.2651.94-
YUV172.54136.16166.84-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.83%
GREEN value IS 142 (55.86% from 255) = 25.54%
BLUE value IS 187 (73.44% from 255) = 33.63%
R=40.83%
G=25.54%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714218700.370.180.11328.2460.2872.35
HexE38EBB02512B1483c48
Octal343216273045221351074110
Binary11100011100011101011101101001011001010111010010001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38EBB; }

 p { color: rgb(227,142,187); }

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

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

 a { background-color: rgb(227,142,187); }

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

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

 span { border-color: rgb(227,142,187); }

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