#e38db4

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

Shades of Shocking #E38DB4

Tints of Shocking #E38DB4

Color information

#E38DB4 (or 0xE38DB4) is unknown color: approx Shocking. HEX triplet: E3, 8D and B4. RGB value is (227,141,180). Sum of RGB (Red+Green+Blue) = 227+141+180=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 227 - color contains mainly: red. Hex color #E38DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38DB4 is #1C724B. Grayscale: #ABABAB. Windows color (decimal): -1864268 or 11832803. OLE color: 11832803.

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

Color convert

RGB227141180-
CMYK00.380.210.11
HSL332.79º60.56%72.16%-
HSV(B)332.79º37.89%89.02%-
XYZ49.4438.6848.04-
YUV171.16132.99167.83-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.42%
GREEN value IS 141 (55.47% from 255) = 25.73%
BLUE value IS 180 (70.70% from 255) = 32.85%
R=41.42%
G=25.73%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714118000.380.210.11332.7960.5672.16
HexE38DB402615B14d3d48
Octal343215264046251351575110
Binary11100011100011011011010001001101010110111010011011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e38db4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e38db4; }

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

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

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

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

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

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

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

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