#E498CE

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

Shades of Shocking #E498CE

Tints of Shocking #E498CE

Color information

#E498CE (or 0xE498CE) is unknown color: approx Shocking. HEX triplet: E4, 98 and CE. RGB value is (228,152,206). Sum of RGB (Red+Green+Blue) = 228+152+206=586 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.91% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 228 - color contains mainly: red. Hex color #E498CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E498CE is #1B6731. Grayscale: #B4B4B4. Windows color (decimal): -1795890 or 13539556. OLE color: 13539556.

HSL color Cylindrical-coordinate representation of color #E498CE: hue angle of 317.37º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E498CE is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB228152206-
CMYK00.330.100.11
HSL317.37º58.46%74.51%-
HSV(B)317.37º33.33%89.41%-
XYZ54.3643.4163.91-
YUV180.88142.18161.61-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.91%
GREEN value IS 152 (59.77% from 255) = 25.94%
BLUE value IS 206 (80.86% from 255) = 35.15%
R=38.91%
G=25.94%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815220600.330.100.11317.3758.4674.51
HexE498CE021AB13d3a4b
Octal344230316041121347572113
Binary1110010010011000110011100100001101010111001111011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E498CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E498CE; }

 p { color: rgb(228,152,206); }

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

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

 a { background-color: rgb(228,152,206); }

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

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

 span { border-color: rgb(228,152,206); }

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