#E69ABB

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

Shades of Shocking #E69ABB

Tints of Shocking #E69ABB

Color information

#E69ABB (or 0xE69ABB) is unknown color: approx Shocking. HEX triplet: E6, 9A and BB. RGB value is (230,154,187). Sum of RGB (Red+Green+Blue) = 230+154+187=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 154 (60.55% from 255 or 26.97% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ABB is #196544. Grayscale: #B4B4B4. Windows color (decimal): -1664325 or 12294886. OLE color: 12294886.

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

Color convert

RGB230154187-
CMYK00.330.190.10
HSL333.95º60.32%75.29%-
HSV(B)333.95º33.04%90.2%-
XYZ53.1643.5252.61-
YUV180.49131.68163.32-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.28%
GREEN value IS 154 (60.55% from 255) = 26.97%
BLUE value IS 187 (73.44% from 255) = 32.75%
R=40.28%
G=26.97%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015418700.330.190.10333.9560.3275.29
HexE69ABB02113A14e3c4b
Octal346232273041231251674113
Binary11100110100110101011101101000011001110101010011101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69ABB; }

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

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

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

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

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

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

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

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