#E298C4

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

Shades of Shocking #E298C4

Tints of Shocking #E298C4

Color information

#E298C4 (or 0xE298C4) is unknown color: approx Shocking. HEX triplet: E2, 98 and C4. RGB value is (226,152,196). Sum of RGB (Red+Green+Blue) = 226+152+196=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E298C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E298C4 is #1D673B. Grayscale: #B3B3B3. Windows color (decimal): -1926972 or 12884194. OLE color: 12884194.

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

Color convert

RGB226152196-
CMYK00.330.130.11
HSL324.32º56.06%74.12%-
HSV(B)324.32º32.74%88.63%-
XYZ52.5642.6157.68-
YUV179.14137.52161.42-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.37%
GREEN value IS 152 (59.77% from 255) = 26.48%
BLUE value IS 196 (76.95% from 255) = 34.15%
R=39.37%
G=26.48%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615219600.330.130.11324.3256.0674.12
HexE298C4021DB144384a
Octal342230304041151350470112
Binary1110001010011000110001000100001110110111010001001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E298C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E298C4; }

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

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

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

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

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

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

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

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