#E691BE

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

Shades of Shocking #E691BE

Tints of Shocking #E691BE

Color information

#E691BE (or 0xE691BE) is unknown color: approx Shocking. HEX triplet: E6, 91 and BE. RGB value is (230,145,190). Sum of RGB (Red+Green+Blue) = 230+145+190=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E691BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E691BE is #196E41. Grayscale: #AFAFAF. Windows color (decimal): -1666626 or 12489190. OLE color: 12489190.

HSL color Cylindrical-coordinate representation of color #E691BE: hue angle of 328.24º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E691BE is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB230145190-
CMYK00.370.170.10
HSL328.24º62.96%73.53%-
HSV(B)328.24º36.96%90.2%-
XYZ52.0540.7953.85-
YUV175.54136.16166.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.71%
GREEN value IS 145 (57.03% from 255) = 25.66%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=40.71%
G=25.66%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014519000.370.170.10328.2462.9673.53
HexE691BE02511A1483f4a
Octal346221276045211251077112
Binary11100110100100011011111001001011000110101010010001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E691BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E691BE; }

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

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

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

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

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

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

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

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