#E08BC4

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

Shades of Shocking #E08BC4

Tints of Shocking #E08BC4

Color information

#E08BC4 (or 0xE08BC4) is unknown color: approx Shocking. HEX triplet: E0, 8B and C4. RGB value is (224,139,196). Sum of RGB (Red+Green+Blue) = 224+139+196=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E08BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08BC4 is #1F743B. Grayscale: #AAAAAA. Windows color (decimal): -2061372 or 12880864. OLE color: 12880864.

HSL color Cylindrical-coordinate representation of color #E08BC4: hue angle of 319.76º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08BC4 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB224139196-
CMYK00.380.120.12
HSL319.76º57.82%71.18%-
HSV(B)319.76º37.95%87.84%-
XYZ49.9438.356.98-
YUV170.91142.16165.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.07%
GREEN value IS 139 (54.69% from 255) = 24.87%
BLUE value IS 196 (76.95% from 255) = 35.06%
R=40.07%
G=24.87%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413919600.380.120.12319.7657.8271.18
HexE08BC4026CC1403a47
Octal340213304046141450072107
Binary1110000010001011110001000100110110011001010000001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08BC4; }

 p { color: rgb(224,139,196); }

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

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

 a { background-color: rgb(224,139,196); }

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

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

 span { border-color: rgb(224,139,196); }

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