#E38DC3

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

Shades of Shocking #E38DC3

Tints of Shocking #E38DC3

Color information

#E38DC3 (or 0xE38DC3) is unknown color: approx Shocking. HEX triplet: E3, 8D and C3. RGB value is (227,141,195). Sum of RGB (Red+Green+Blue) = 227+141+195=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 227 - color contains mainly: red. Hex color #E38DC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38DC3 is #1C723C. Grayscale: #ACACAC. Windows color (decimal): -1864253 or 12815843. OLE color: 12815843.

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

Color convert

RGB227141195-
CMYK00.380.140.11
HSL322.33º60.56%72.16%-
HSV(B)322.33º37.89%89.02%-
XYZ51.0539.3256.53-
YUV172.87140.49166.61-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.32%
GREEN value IS 141 (55.47% from 255) = 25.04%
BLUE value IS 195 (76.56% from 255) = 34.64%
R=40.32%
G=25.04%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714119500.380.140.11322.3360.5672.16
HexE38DC3026EB1423d48
Octal343215303046161350275110
Binary1110001110001101110000110100110111010111010000101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38DC3; }

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

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

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

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

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

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

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

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