#E38DCB

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

Shades of Shocking #E38DCB

Tints of Shocking #E38DCB

Color information

#E38DCB (or 0xE38DCB) is unknown color: approx Shocking. HEX triplet: E3, 8D and CB. RGB value is (227,141,203). Sum of RGB (Red+Green+Blue) = 227+141+203=571 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.75% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 227 - color contains mainly: red. Hex color #E38DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38DCB is #1C7234. Grayscale: #ADADAD. Windows color (decimal): -1864245 or 13340131. OLE color: 13340131.

HSL color Cylindrical-coordinate representation of color #E38DCB: hue angle of 316.74º 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 #E38DCB is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB227141203-
CMYK00.380.110.11
HSL316.74º60.56%72.16%-
HSV(B)316.74º37.89%89.02%-
XYZ51.9839.6961.42-
YUV173.78144.49165.96-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.75%
GREEN value IS 141 (55.47% from 255) = 24.69%
BLUE value IS 203 (79.69% from 255) = 35.55%
R=39.75%
G=24.69%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714120300.380.110.11316.7460.5672.16
HexE38DCB026BB13d3d48
Octal343215313046131347575110
Binary1110001110001101110010110100110101110111001111011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38DCB; }

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

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

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

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

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

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

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

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