#E38AC6

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

Shades of Shocking #E38AC6

Tints of Shocking #E38AC6

Color information

#E38AC6 (or 0xE38AC6) is unknown color: approx Shocking. HEX triplet: E3, 8A and C6. RGB value is (227,138,198). Sum of RGB (Red+Green+Blue) = 227+138+198=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 227 - color contains mainly: red. Hex color #E38AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38AC6 is #1C7539. Grayscale: #ABABAB. Windows color (decimal): -1865018 or 13011683. OLE color: 13011683.

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

Color convert

RGB227138198-
CMYK00.390.130.11
HSL319.55º61.38%71.57%-
HSV(B)319.55º39.21%89.02%-
XYZ50.9638.5958.19-
YUV171.45142.99167.62-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.32%
GREEN value IS 138 (54.30% from 255) = 24.51%
BLUE value IS 198 (77.73% from 255) = 35.17%
R=40.32%
G=24.51%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713819800.390.130.11319.5561.3871.57
HexE38AC6027DB1403d48
Octal343212306047151350075110
Binary1110001110001010110001100100111110110111010000001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38AC6; }

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

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

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

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

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

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

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

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