#E08EBD

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

Shades of Shocking #E08EBD

Tints of Shocking #E08EBD

Color information

#E08EBD (or 0xE08EBD) is unknown color: approx Shocking. HEX triplet: E0, 8E and BD. RGB value is (224,142,189). Sum of RGB (Red+Green+Blue) = 224+142+189=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E08EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08EBD is #1F7142. Grayscale: #ABABAB. Windows color (decimal): -2060611 or 12422880. OLE color: 12422880.

HSL color Cylindrical-coordinate representation of color #E08EBD: hue angle of 325.61º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E08EBD is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB224142189-
CMYK00.370.160.12
HSL325.61º56.94%71.76%-
HSV(B)325.61º36.61%87.84%-
XYZ49.638.8753.03-
YUV171.88137.67165.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.36%
GREEN value IS 142 (55.86% from 255) = 25.59%
BLUE value IS 189 (74.22% from 255) = 34.05%
R=40.36%
G=25.59%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414218900.370.160.12325.6156.9471.76
HexE08EBD02510C1463948
Octal340216275045201450671110
Binary11100000100011101011110101001011000011001010001101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08EBD; }

 p { color: rgb(224,142,189); }

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

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

 a { background-color: rgb(224,142,189); }

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

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

 span { border-color: rgb(224,142,189); }

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