#E790BD

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

Shades of Shocking #E790BD

Tints of Shocking #E790BD

Color information

#E790BD (or 0xE790BD) is unknown color: approx Shocking. HEX triplet: E7, 90 and BD. RGB value is (231,144,189). Sum of RGB (Red+Green+Blue) = 231+144+189=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E790BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E790BD is #186F42. Grayscale: #AFAFAF. Windows color (decimal): -1601347 or 12423399. OLE color: 12423399.

HSL color Cylindrical-coordinate representation of color #E790BD: hue angle of 328.97º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E790BD is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB231144189-
CMYK00.380.180.09
HSL328.97º64.44%73.53%-
HSV(B)328.97º37.66%90.59%-
XYZ52.1140.6153.24-
YUV175.14135.82167.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.96%
GREEN value IS 144 (56.64% from 255) = 25.53%
BLUE value IS 189 (74.22% from 255) = 33.51%
R=40.96%
G=25.53%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114418900.380.180.09328.9764.4473.53
HexE790BD026129149404a
Octal3472202750462211511100112
Binary111001111001000010111101010011010010100110100100110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E790BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E790BD; }

 p { color: rgb(231,144,189); }

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

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

 a { background-color: rgb(231,144,189); }

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

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

 span { border-color: rgb(231,144,189); }

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