#E690BA

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

Shades of Shocking #E690BA

Tints of Shocking #E690BA

Color information

#E690BA (or 0xE690BA) is unknown color: approx Shocking. HEX triplet: E6, 90 and BA. RGB value is (230,144,186). Sum of RGB (Red+Green+Blue) = 230+144+186=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E690BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690BA is #196F45. Grayscale: #AEAEAE. Windows color (decimal): -1666886 or 12226790. OLE color: 12226790.

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

Color convert

RGB230144186-
CMYK00.370.190.10
HSL330.7º63.24%73.33%-
HSV(B)330.7º37.39%90.2%-
XYZ51.4740.3151.52-
YUV174.5134.49167.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.07%
GREEN value IS 144 (56.64% from 255) = 25.71%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=41.07%
G=25.71%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014418600.370.190.10330.763.2473.33
HexE690BA02513A14b3f49
Octal346220272045231251377111
Binary11100110100100001011101001001011001110101010010111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E690BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E690BA; }

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

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

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

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

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

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

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

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