#E38DC1

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

Shades of Shocking #E38DC1

Tints of Shocking #E38DC1

Color information

#E38DC1 (or 0xE38DC1) is unknown color: approx Shocking. HEX triplet: E3, 8D and C1. RGB value is (227,141,193). Sum of RGB (Red+Green+Blue) = 227+141+193=561 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.46% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 227 - color contains mainly: red. Hex color #E38DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38DC1 is #1C723E. Grayscale: #ACACAC. Windows color (decimal): -1864255 or 12684771. OLE color: 12684771.

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

Color convert

RGB227141193-
CMYK00.380.150.11
HSL323.72º60.56%72.16%-
HSV(B)323.72º37.89%89.02%-
XYZ50.8339.2355.35-
YUV172.64139.49166.77-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.46%
GREEN value IS 141 (55.47% from 255) = 25.13%
BLUE value IS 193 (75.78% from 255) = 34.40%
R=40.46%
G=25.13%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714119300.380.150.11323.7260.5672.16
HexE38DC1026FB1443d48
Octal343215301046171350475110
Binary1110001110001101110000010100110111110111010001001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38DC1; }

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

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

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

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

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

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

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

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