#E69AB5

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

Shades of Shocking #E69AB5

Tints of Shocking #E69AB5

Color information

#E69AB5 (or 0xE69AB5) is unknown color: approx Shocking. HEX triplet: E6, 9A and B5. RGB value is (230,154,181). Sum of RGB (Red+Green+Blue) = 230+154+181=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E69AB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69AB5 is #19654A. Grayscale: #B3B3B3. Windows color (decimal): -1664331 or 11901670. OLE color: 11901670.

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

Color convert

RGB230154181-
CMYK00.330.210.10
HSL338.68º60.32%75.29%-
HSV(B)338.68º33.04%90.2%-
XYZ52.5343.2749.3-
YUV179.8128.68163.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.71%
GREEN value IS 154 (60.55% from 255) = 27.26%
BLUE value IS 181 (71.09% from 255) = 32.04%
R=40.71%
G=27.26%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015418100.330.210.10338.6860.3275.29
HexE69AB502115A1533c4b
Octal346232265041251252374113
Binary11100110100110101011010101000011010110101010100111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69AB5; }

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

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

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

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

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

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

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

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