#E69ACE

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

Shades of Shocking #E69ACE

Tints of Shocking #E69ACE

Color information

#E69ACE (or 0xE69ACE) is unknown color: approx Shocking. HEX triplet: E6, 9A and CE. RGB value is (230,154,206). Sum of RGB (Red+Green+Blue) = 230+154+206=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ACE is #196531. Grayscale: #B6B6B6. Windows color (decimal): -1664306 or 13540070. OLE color: 13540070.

HSL color Cylindrical-coordinate representation of color #E69ACE: hue angle of 318.95º 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 #E69ACE is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB230154206-
CMYK00.330.100.10
HSL318.95º60.32%75.29%-
HSV(B)318.95º33.04%90.2%-
XYZ55.3344.3964.04-
YUV182.65141.18161.77-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.98%
GREEN value IS 154 (60.55% from 255) = 26.10%
BLUE value IS 206 (80.86% from 255) = 34.92%
R=38.98%
G=26.10%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015420600.330.100.10318.9560.3275.29
HexE69ACE021AA13f3c4b
Octal346232316041121247774113
Binary1110011010011010110011100100001101010101001111111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69ACE; }

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

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

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

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

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

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

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

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