#E38ABF

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

Shades of Shocking #E38ABF

Tints of Shocking #E38ABF

Color information

#E38ABF (or 0xE38ABF) is unknown color: approx Shocking. HEX triplet: E3, 8A and BF. RGB value is (227,138,191). Sum of RGB (Red+Green+Blue) = 227+138+191=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 227 - color contains mainly: red. Hex color #E38ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38ABF is #1C7540. Grayscale: #AAAAAA. Windows color (decimal): -1865025 or 12552931. OLE color: 12552931.

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

Color convert

RGB227138191-
CMYK00.390.160.11
HSL324.27º61.38%71.57%-
HSV(B)324.27º39.21%89.02%-
XYZ50.1738.2754.03-
YUV170.65139.49168.19-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.83%
GREEN value IS 138 (54.30% from 255) = 24.82%
BLUE value IS 191 (75% from 255) = 34.35%
R=40.83%
G=24.82%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713819100.390.160.11324.2761.3871.57
HexE38ABF02710B1443d48
Octal343212277047201350475110
Binary11100011100010101011111101001111000010111010001001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38ABF; }

 p { color: rgb(227,138,191); }

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

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

 a { background-color: rgb(227,138,191); }

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

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

 span { border-color: rgb(227,138,191); }

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