#E69BBB

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

Shades of Shocking #E69BBB

Tints of Shocking #E69BBB

Color information

#E69BBB (or 0xE69BBB) is unknown color: approx Shocking. HEX triplet: E6, 9B and BB. RGB value is (230,155,187). Sum of RGB (Red+Green+Blue) = 230+155+187=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BBB is #196444. Grayscale: #B5B5B5. Windows color (decimal): -1664069 or 12295142. OLE color: 12295142.

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

Color convert

RGB230155187-
CMYK00.330.190.10
HSL334.4º60%75.49%-
HSV(B)334.4º32.61%90.2%-
XYZ53.3243.8552.67-
YUV181.07131.35162.9-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.21%
GREEN value IS 155 (60.94% from 255) = 27.10%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=40.21%
G=27.10%
B=32.69%

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
Decimal23015518700.330.190.10334.46075.49
HexE69BBB02113A14e3c4b
Octal346233273041231251674113
Binary11100110100110111011101101000011001110101010011101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69BBB; }

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

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

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

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

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

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

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

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