#E298BA

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

Shades of Shocking #E298BA

Tints of Shocking #E298BA

Color information

#E298BA (or 0xE298BA) is unknown color: approx Shocking. HEX triplet: E2, 98 and BA. RGB value is (226,152,186). Sum of RGB (Red+Green+Blue) = 226+152+186=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E298BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E298BA is #1D6745. Grayscale: #B1B1B1. Windows color (decimal): -1926982 or 12228834. OLE color: 12228834.

HSL color Cylindrical-coordinate representation of color #E298BA: hue angle of 332.43º 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 #E298BA is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB226152186-
CMYK00.330.180.11
HSL332.43º56.06%74.12%-
HSV(B)332.43º32.74%88.63%-
XYZ51.4642.1751.88-
YUV178132.52162.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.07%
GREEN value IS 152 (59.77% from 255) = 26.95%
BLUE value IS 186 (73.05% from 255) = 32.98%
R=40.07%
G=26.95%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615218600.330.180.11332.4356.0674.12
HexE298BA02112B14c384a
Octal342230272041221351470112
Binary11100010100110001011101001000011001010111010011001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E298BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E298BA; }

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

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

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

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

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

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

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

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