#E69BBE

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

Shades of Shocking #E69BBE

Tints of Shocking #E69BBE

Color information

#E69BBE (or 0xE69BBE) is unknown color: approx Shocking. HEX triplet: E6, 9B and BE. RGB value is (230,155,190). Sum of RGB (Red+Green+Blue) = 230+155+190=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BBE is #196441. Grayscale: #B5B5B5. Windows color (decimal): -1664066 or 12491750. OLE color: 12491750.

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

Color convert

RGB230155190-
CMYK00.330.170.10
HSL332º60%75.49%-
HSV(B)332º32.61%90.2%-
XYZ53.6543.9854.38-
YUV181.42132.85162.65-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40%
GREEN value IS 155 (60.94% from 255) = 26.96%
BLUE value IS 190 (74.61% from 255) = 33.04%
R=40%
G=26.96%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015519000.330.170.103326075.49
HexE69BBE02111A14c3c4b
Octal346233276041211251474113
Binary11100110100110111011111001000011000110101010011001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69BBE; }

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

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

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

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

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

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

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

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