#E69BBF

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

Shades of Shocking #E69BBF

Tints of Shocking #E69BBF

Color information

#E69BBF (or 0xE69BBF) is unknown color: approx Shocking. HEX triplet: E6, 9B and BF. RGB value is (230,155,191). Sum of RGB (Red+Green+Blue) = 230+155+191=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BBF is #196440. Grayscale: #B5B5B5. Windows color (decimal): -1664065 or 12557286. OLE color: 12557286.

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

Color convert

RGB230155191-
CMYK00.330.170.10
HSL331.2º60%75.49%-
HSV(B)331.2º32.61%90.2%-
XYZ53.7644.0354.95-
YUV181.53133.35162.57-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.93%
GREEN value IS 155 (60.94% from 255) = 26.91%
BLUE value IS 191 (75% from 255) = 33.16%
R=39.93%
G=26.91%
B=33.16%

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
Decimal23015519100.330.170.10331.26075.49
HexE69BBF02111A14b3c4b
Octal346233277041211251374113
Binary11100110100110111011111101000011000110101010010111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69BBF; }

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

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

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

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

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

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

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

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