#E90EBF

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

Shades of Shocking Pink #E90EBF

Tints of Shocking Pink #E90EBF

Color information

#E90EBF (or 0xE90EBF) is unknown color: approx Shocking Pink. HEX triplet: E9, 0E and BF. RGB value is (233,14,191). Sum of RGB (Red+Green+Blue) = 233+14+191=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 14 (5.86% from 255 or 3.20% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E90EBF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90EBF is #16F140. Grayscale: #636363. Windows color (decimal): -1503553 or 12521193. OLE color: 12521193.

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

Color convert

RGB23314191-
CMYK00.940.180.09
HSL311.51º88.66%48.43%-
HSV(B)311.51º93.99%91.37%-
XYZ43.1721.451.15-
YUV99.66179.55223.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.20%
GREEN value IS 14 (5.86% from 255) = 3.20%
BLUE value IS 191 (75% from 255) = 43.61%
R=53.20%
G=3.20%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331419100.940.180.09311.5188.6648.43
HexE9EBF05E1291385930
Octal351162770136221147013160
Binary11101001111010111111010111101001010011001110001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90EBF; }

 p { color: rgb(233,14,191); }

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

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

 a { background-color: rgb(233,14,191); }

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

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

 span { border-color: rgb(233,14,191); }

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