#E494BD

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

Shades of Shocking #E494BD

Tints of Shocking #E494BD

Color information

#E494BD (or 0xE494BD) is unknown color: approx Shocking. HEX triplet: E4, 94 and BD. RGB value is (228,148,189). Sum of RGB (Red+Green+Blue) = 228+148+189=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 228 - color contains mainly: red. Hex color #E494BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E494BD is #1B6B42. Grayscale: #B0B0B0. Windows color (decimal): -1796931 or 12424420. OLE color: 12424420.

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

Color convert

RGB228148189-
CMYK00.350.170.11
HSL329.25º59.7%73.73%-
HSV(B)329.25º35.09%89.41%-
XYZ51.7741.3553.4-
YUV176.59135164.67-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.35%
GREEN value IS 148 (58.20% from 255) = 26.19%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=40.35%
G=26.19%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814818900.350.170.11329.2559.773.73
HexE494BD02311B1493c4a
Octal344224275043211351174112
Binary11100100100101001011110101000111000110111010010011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E494BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E494BD; }

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

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

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

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

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

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

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

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