#E69ACC

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

Shades of Shocking #E69ACC

Tints of Shocking #E69ACC

Color information

#E69ACC (or 0xE69ACC) is unknown color: approx Shocking. HEX triplet: E6, 9A and CC. RGB value is (230,154,204). Sum of RGB (Red+Green+Blue) = 230+154+204=588 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.12% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ACC is #196533. Grayscale: #B6B6B6. Windows color (decimal): -1664308 or 13408998. OLE color: 13408998.

HSL color Cylindrical-coordinate representation of color #E69ACC: hue angle of 320.53º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69ACC is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB230154204-
CMYK00.330.110.10
HSL320.53º60.32%75.29%-
HSV(B)320.53º33.04%90.2%-
XYZ55.0944.2962.77-
YUV182.42140.18161.93-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.12%
GREEN value IS 154 (60.55% from 255) = 26.19%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=39.12%
G=26.19%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015420400.330.110.10320.5360.3275.29
HexE69ACC021BA1413c4b
Octal346232314041131250174113
Binary1110011010011010110011000100001101110101010000011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69ACC; }

 p { color: rgb(230,154,204); }

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

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

 a { background-color: rgb(230,154,204); }

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

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

 span { border-color: rgb(230,154,204); }

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