#E98EB4

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

Shades of Shocking #E98EB4

Tints of Shocking #E98EB4

Color information

#E98EB4 (or 0xE98EB4) is unknown color: approx Shocking. HEX triplet: E9, 8E and B4. RGB value is (233,142,180). Sum of RGB (Red+Green+Blue) = 233+142+180=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 233 - color contains mainly: red. Hex color #E98EB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98EB4 is #16714B. Grayscale: #ADADAD. Windows color (decimal): -1470796 or 11833065. OLE color: 11833065.

HSL color Cylindrical-coordinate representation of color #E98EB4: hue angle of 334.95º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E98EB4 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB233142180-
CMYK00.390.230.09
HSL334.95º67.41%73.53%-
HSV(B)334.95º39.06%91.37%-
XYZ51.5239.9648.18-
YUV173.54131.65170.41-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.98%
GREEN value IS 142 (55.86% from 255) = 25.59%
BLUE value IS 180 (70.70% from 255) = 32.43%
R=41.98%
G=25.59%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314218000.390.230.09334.9567.4173.53
HexE98EB402717914f434a
Octal3512162640472711517103112
Binary111010011000111010110100010011110111100110100111110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98EB4; }

 p { color: rgb(233,142,180); }

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

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

 a { background-color: rgb(233,142,180); }

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

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

 span { border-color: rgb(233,142,180); }

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