#E088BA

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

Shades of Shocking #E088BA

Tints of Shocking #E088BA

Color information

#E088BA (or 0xE088BA) is unknown color: approx Shocking. HEX triplet: E0, 88 and BA. RGB value is (224,136,186). Sum of RGB (Red+Green+Blue) = 224+136+186=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E088BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088BA is #1F7745. Grayscale: #A7A7A7. Windows color (decimal): -2062150 or 12224736. OLE color: 12224736.

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

Color convert

RGB224136186-
CMYK00.390.170.12
HSL325.91º58.67%70.59%-
HSV(B)325.91º39.29%87.84%-
XYZ48.413751.04-
YUV168.01138.15167.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.03%
GREEN value IS 136 (53.52% from 255) = 24.91%
BLUE value IS 186 (73.05% from 255) = 34.07%
R=41.03%
G=24.91%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413618600.390.170.12325.9158.6770.59
HexE088BA02711C1463b47
Octal340210272047211450673107
Binary11100000100010001011101001001111000111001010001101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E088BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E088BA; }

 p { color: rgb(224,136,186); }

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

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

 a { background-color: rgb(224,136,186); }

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

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

 span { border-color: rgb(224,136,186); }

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