#E494BF

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

Shades of Shocking #E494BF

Tints of Shocking #E494BF

Color information

#E494BF (or 0xE494BF) is unknown color: approx Shocking. HEX triplet: E4, 94 and BF. RGB value is (228,148,191). Sum of RGB (Red+Green+Blue) = 228+148+191=567 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.21% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 228 - color contains mainly: red. Hex color #E494BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E494BF is #1B6B40. Grayscale: #B0B0B0. Windows color (decimal): -1796929 or 12555492. OLE color: 12555492.

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

Color convert

RGB228148191-
CMYK00.350.160.11
HSL327.75º59.7%73.73%-
HSV(B)327.75º35.09%89.41%-
XYZ51.9941.4454.55-
YUV176.82136164.5-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.21%
GREEN value IS 148 (58.20% from 255) = 26.10%
BLUE value IS 191 (75% from 255) = 33.69%
R=40.21%
G=26.10%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814819100.350.160.11327.7559.773.73
HexE494BF02310B1483c4a
Octal344224277043201351074112
Binary11100100100101001011111101000111000010111010010001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E494BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E494BF; }

 p { color: rgb(228,148,191); }

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

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

 a { background-color: rgb(228,148,191); }

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

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

 span { border-color: rgb(228,148,191); }

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