#E38EB5

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

Shades of Shocking #E38EB5

Tints of Shocking #E38EB5

Color information

#E38EB5 (or 0xE38EB5) is unknown color: approx Shocking. HEX triplet: E3, 8E and B5. RGB value is (227,142,181). Sum of RGB (Red+Green+Blue) = 227+142+181=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 142 (55.86% from 255 or 25.82% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E38EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38EB5 is #1C714A. Grayscale: #ABABAB. Windows color (decimal): -1864011 or 11898595. OLE color: 11898595.

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

Color convert

RGB227142181-
CMYK00.370.200.11
HSL332.47º60.28%72.35%-
HSV(B)332.47º37.44%89.02%-
XYZ49.6939.0148.63-
YUV171.86133.16167.33-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.27%
GREEN value IS 142 (55.86% from 255) = 25.82%
BLUE value IS 181 (71.09% from 255) = 32.91%
R=41.27%
G=25.82%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714218100.370.200.11332.4760.2872.35
HexE38EB502514B14c3c48
Octal343216265045241351474110
Binary11100011100011101011010101001011010010111010011001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38EB5; }

 p { color: rgb(227,142,181); }

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

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

 a { background-color: rgb(227,142,181); }

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

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

 span { border-color: rgb(227,142,181); }

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