#E69BB5

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

Shades of Shocking #E69BB5

Tints of Shocking #E69BB5

Color information

#E69BB5 (or 0xE69BB5) is unknown color: approx Shocking. HEX triplet: E6, 9B and B5. RGB value is (230,155,181). Sum of RGB (Red+Green+Blue) = 230+155+181=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BB5 is #19644A. Grayscale: #B4B4B4. Windows color (decimal): -1664075 or 11901926. OLE color: 11901926.

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

Color convert

RGB230155181-
CMYK00.330.210.10
HSL339.2º60%75.49%-
HSV(B)339.2º32.61%90.2%-
XYZ52.6943.649.35-
YUV180.39128.35163.39-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.64%
GREEN value IS 155 (60.94% from 255) = 27.39%
BLUE value IS 181 (71.09% from 255) = 31.98%
R=40.64%
G=27.39%
B=31.98%

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
Decimal23015518100.330.210.10339.26075.49
HexE69BB502115A1533c4b
Octal346233265041251252374113
Binary11100110100110111011010101000011010110101010100111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69BB5; }

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

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

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

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

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

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

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

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