#E490CE

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

Shades of Shocking #E490CE

Tints of Shocking #E490CE

Color information

#E490CE (or 0xE490CE) is unknown color: approx Shocking. HEX triplet: E4, 90 and CE. RGB value is (228,144,206). Sum of RGB (Red+Green+Blue) = 228+144+206=578 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.45% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 228 - color contains mainly: red. Hex color #E490CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E490CE is #1B6F31. Grayscale: #B0B0B0. Windows color (decimal): -1797938 or 13537508. OLE color: 13537508.

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

Color convert

RGB228144206-
CMYK00.370.100.11
HSL315.71º60.87%72.94%-
HSV(B)315.71º36.84%89.41%-
XYZ53.1140.963.49-
YUV176.18144.83164.96-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.45%
GREEN value IS 144 (56.64% from 255) = 24.91%
BLUE value IS 206 (80.86% from 255) = 35.64%
R=39.45%
G=24.91%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814420600.370.100.11315.7160.8772.94
HexE490CE025AB13c3d49
Octal344220316045121347475111
Binary1110010010010000110011100100101101010111001111001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E490CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E490CE; }

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

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

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

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

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

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

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

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