#E38DBB

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

Shades of Shocking #E38DBB

Tints of Shocking #E38DBB

Color information

#E38DBB (or 0xE38DBB) is unknown color: approx Shocking. HEX triplet: E3, 8D and BB. RGB value is (227,141,187). Sum of RGB (Red+Green+Blue) = 227+141+187=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 227 - color contains mainly: red. Hex color #E38DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38DBB is #1C7244. Grayscale: #ABABAB. Windows color (decimal): -1864261 or 12291555. OLE color: 12291555.

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

Color convert

RGB227141187-
CMYK00.380.180.11
HSL327.91º60.56%72.16%-
HSV(B)327.91º37.89%89.02%-
XYZ50.1738.9751.89-
YUV171.96136.49167.26-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.90%
GREEN value IS 141 (55.47% from 255) = 25.41%
BLUE value IS 187 (73.44% from 255) = 33.69%
R=40.90%
G=25.41%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714118700.380.180.11327.9160.5672.16
HexE38DBB02612B1483d48
Octal343215273046221351075110
Binary11100011100011011011101101001101001010111010010001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38DBB; }

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

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

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

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

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

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

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

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