#E298B6

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

Shades of Shocking #E298B6

Tints of Shocking #E298B6

Color information

#E298B6 (or 0xE298B6) is unknown color: approx Shocking. HEX triplet: E2, 98 and B6. RGB value is (226,152,182). Sum of RGB (Red+Green+Blue) = 226+152+182=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E298B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E298B6 is #1D6749. Grayscale: #B1B1B1. Windows color (decimal): -1926986 or 11966690. OLE color: 11966690.

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

Color convert

RGB226152182-
CMYK00.330.190.11
HSL335.68º56.06%74.12%-
HSV(B)335.68º32.74%88.63%-
XYZ51.044249.67-
YUV177.55130.52162.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.36%
GREEN value IS 152 (59.77% from 255) = 27.14%
BLUE value IS 182 (71.48% from 255) = 32.5%
R=40.36%
G=27.14%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615218200.330.190.11335.6856.0674.12
HexE298B602113B150384a
Octal342230266041231352070112
Binary11100010100110001011011001000011001110111010100001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E298B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E298B6; }

 p { color: rgb(226,152,182); }

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

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

 a { background-color: rgb(226,152,182); }

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

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

 span { border-color: rgb(226,152,182); }

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