#E399BD

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

Shades of Shocking #E399BD

Tints of Shocking #E399BD

Color information

#E399BD (or 0xE399BD) is unknown color: approx Shocking. HEX triplet: E3, 99 and BD. RGB value is (227,153,189). Sum of RGB (Red+Green+Blue) = 227+153+189=569 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.89% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 227 - color contains mainly: red. Hex color #E399BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E399BD is #1C6642. Grayscale: #B3B3B3. Windows color (decimal): -1861187 or 12425699. OLE color: 12425699.

HSL color Cylindrical-coordinate representation of color #E399BD: hue angle of 330.81º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E399BD is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB227153189-
CMYK00.330.170.11
HSL330.81º56.92%74.51%-
HSV(B)330.81º32.6%89.02%-
XYZ52.2642.7953.65-
YUV179.23133.52162.07-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.89%
GREEN value IS 153 (60.16% from 255) = 26.89%
BLUE value IS 189 (74.22% from 255) = 33.22%
R=39.89%
G=26.89%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715318900.330.170.11330.8156.9274.51
HexE399BD02111B14b394b
Octal343231275041211351371113
Binary11100011100110011011110101000011000110111010010111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E399BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E399BD; }

 p { color: rgb(227,153,189); }

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

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

 a { background-color: rgb(227,153,189); }

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

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

 span { border-color: rgb(227,153,189); }

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