#E690BE

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

Shades of Shocking #E690BE

Tints of Shocking #E690BE

Color information

#E690BE (or 0xE690BE) is unknown color: approx Shocking. HEX triplet: E6, 90 and BE. RGB value is (230,144,190). Sum of RGB (Red+Green+Blue) = 230+144+190=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E690BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690BE is #196F41. Grayscale: #AEAEAE. Windows color (decimal): -1666882 or 12488934. OLE color: 12488934.

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

Color convert

RGB230144190-
CMYK00.370.170.10
HSL327.91º63.24%73.33%-
HSV(B)327.91º37.39%90.2%-
XYZ51.940.4953.79-
YUV174.96136.49167.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.78%
GREEN value IS 144 (56.64% from 255) = 25.53%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=40.78%
G=25.53%
B=33.69%

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
Decimal23014419000.370.170.10327.9163.2473.33
HexE690BE02511A1483f49
Octal346220276045211251077111
Binary11100110100100001011111001001011000110101010010001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E690BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E690BE; }

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

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

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

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

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

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

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

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