#e2a8c6

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

Shades of Shocking #E2A8C6

Tints of Shocking #E2A8C6

Color information

#E2A8C6 (or 0xE2A8C6) is unknown color: approx Shocking. HEX triplet: E2, A8 and C6. RGB value is (226,168,198). Sum of RGB (Red+Green+Blue) = 226+168+198=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A8C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A8C6 is #1D5739. Grayscale: #BCBCBC. Windows color (decimal): -1922874 or 13019362. OLE color: 13019362.

HSL color Cylindrical-coordinate representation of color #E2A8C6: hue angle of 328.97º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E2A8C6 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB226168198-
CMYK00.260.120.11
HSL328.97º50%77.25%-
HSV(B)328.97º25.66%88.63%-
XYZ55.5648.2559.81-
YUV188.76133.22154.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.18%
GREEN value IS 168 (66.02% from 255) = 28.38%
BLUE value IS 198 (77.73% from 255) = 33.45%
R=38.18%
G=28.38%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616819800.260.120.11328.975077.25
HexE2A8C601ACB149324d
Octal342250306032141351162115
Binary111000101010100011000110011010110010111010010011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2a8c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2a8c6; }

 p { color: rgb(226,168,198); }

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

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

 a { background-color: rgb(226,168,198); }

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

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

 span { border-color: rgb(226,168,198); }

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