#E691BD

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

Shades of Shocking #E691BD

Tints of Shocking #E691BD

Color information

#E691BD (or 0xE691BD) is unknown color: approx Shocking. HEX triplet: E6, 91 and BD. RGB value is (230,145,189). Sum of RGB (Red+Green+Blue) = 230+145+189=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 145 (57.03% from 255 or 25.71% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E691BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E691BD is #196E42. Grayscale: #AFAFAF. Windows color (decimal): -1666627 or 12423654. OLE color: 12423654.

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

Color convert

RGB230145189-
CMYK00.370.180.10
HSL328.94º62.96%73.53%-
HSV(B)328.94º36.96%90.2%-
XYZ51.9440.7553.27-
YUV175.43135.66166.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.78%
GREEN value IS 145 (57.03% from 255) = 25.71%
BLUE value IS 189 (74.22% from 255) = 33.51%
R=40.78%
G=25.71%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014518900.370.180.10328.9462.9673.53
HexE691BD02512A1493f4a
Octal346221275045221251177112
Binary11100110100100011011110101001011001010101010010011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E691BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E691BD; }

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

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

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

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

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

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

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

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