#E990BE

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

Shades of Shocking #E990BE

Tints of Shocking #E990BE

Color information

#E990BE (or 0xE990BE) is unknown color: approx Shocking. HEX triplet: E9, 90 and BE. RGB value is (233,144,190). Sum of RGB (Red+Green+Blue) = 233+144+190=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 233 - color contains mainly: red. Hex color #E990BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E990BE is #166F41. Grayscale: #AFAFAF. Windows color (decimal): -1470274 or 12488937. OLE color: 12488937.

HSL color Cylindrical-coordinate representation of color #E990BE: hue angle of 328.99º degrees, saturation: 0.67, 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 #E990BE is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB233144190-
CMYK00.380.180.09
HSL328.99º66.92%73.92%-
HSV(B)328.99º38.2%91.37%-
XYZ52.8740.9953.84-
YUV175.86135.99168.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.09%
GREEN value IS 144 (56.64% from 255) = 25.40%
BLUE value IS 190 (74.61% from 255) = 33.51%
R=41.09%
G=25.40%
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
Decimal23314419000.380.180.09328.9966.9273.92
HexE990BE026129149434a
Octal3512202760462211511103112
Binary111010011001000010111110010011010010100110100100110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E990BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E990BE; }

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

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

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

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

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

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

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

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