#E69ACA

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

Shades of Shocking #E69ACA

Tints of Shocking #E69ACA

Color information

#E69ACA (or 0xE69ACA) is unknown color: approx Shocking. HEX triplet: E6, 9A and CA. RGB value is (230,154,202). Sum of RGB (Red+Green+Blue) = 230+154+202=586 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.25% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ACA is #196535. Grayscale: #B6B6B6. Windows color (decimal): -1664310 or 13277926. OLE color: 13277926.

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

Color convert

RGB230154202-
CMYK00.330.120.10
HSL322.11º60.32%75.29%-
HSV(B)322.11º33.04%90.2%-
XYZ54.8544.261.52-
YUV182.2139.18162.1-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.25%
GREEN value IS 154 (60.55% from 255) = 26.28%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=39.25%
G=26.28%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015420200.330.120.10322.1160.3275.29
HexE69ACA021CA1423c4b
Octal346232312041141250274113
Binary1110011010011010110010100100001110010101010000101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69ACA; }

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

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

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

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

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

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

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

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