#E39BBD

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

Shades of Shocking #E39BBD

Tints of Shocking #E39BBD

Color information

#E39BBD (or 0xE39BBD) is unknown color: approx Shocking. HEX triplet: E3, 9B and BD. RGB value is (227,155,189). Sum of RGB (Red+Green+Blue) = 227+155+189=571 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.75% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 227 - color contains mainly: red. Hex color #E39BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39BBD is #1C6442. Grayscale: #B4B4B4. Windows color (decimal): -1860675 or 12426211. OLE color: 12426211.

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

Color convert

RGB227155189-
CMYK00.320.170.11
HSL331.67º56.25%74.9%-
HSV(B)331.67º31.72%89.02%-
XYZ52.5943.4553.76-
YUV180.4132.85161.24-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.75%
GREEN value IS 155 (60.94% from 255) = 27.15%
BLUE value IS 189 (74.22% from 255) = 33.10%
R=39.75%
G=27.15%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715518900.320.170.11331.6756.2574.9
HexE39BBD02011B14c384b
Octal343233275040211351470113
Binary11100011100110111011110101000001000110111010011001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39BBD; }

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

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

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

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

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

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

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

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