#E690B6

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

Shades of Shocking #E690B6

Tints of Shocking #E690B6

Color information

#E690B6 (or 0xE690B6) is unknown color: approx Shocking. HEX triplet: E6, 90 and B6. RGB value is (230,144,182). Sum of RGB (Red+Green+Blue) = 230+144+182=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E690B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690B6 is #196F49. Grayscale: #ADADAD. Windows color (decimal): -1666890 or 11964646. OLE color: 11964646.

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

Color convert

RGB230144182-
CMYK00.370.210.10
HSL333.49º63.24%73.33%-
HSV(B)333.49º37.39%90.2%-
XYZ51.0540.1549.31-
YUV174.05132.49167.91-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.37%
GREEN value IS 144 (56.64% from 255) = 25.90%
BLUE value IS 182 (71.48% from 255) = 32.73%
R=41.37%
G=25.90%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014418200.370.210.10333.4963.2473.33
HexE690B602515A14d3f49
Octal346220266045251251577111
Binary11100110100100001011011001001011010110101010011011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E690B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E690B6; }

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

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

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

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

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

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

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

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