#E290C2

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

Shades of Shocking #E290C2

Tints of Shocking #E290C2

Color information

#E290C2 (or 0xE290C2) is unknown color: approx Shocking. HEX triplet: E2, 90 and C2. RGB value is (226,144,194). Sum of RGB (Red+Green+Blue) = 226+144+194=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E290C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E290C2 is #1D6F3D. Grayscale: #AEAEAE. Windows color (decimal): -1929022 or 12751074. OLE color: 12751074.

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

Color convert

RGB226144194-
CMYK00.360.140.11
HSL323.41º58.57%72.55%-
HSV(B)323.41º36.28%88.63%-
XYZ51.0740.0156.07-
YUV174.22139.17164.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.07%
GREEN value IS 144 (56.64% from 255) = 25.53%
BLUE value IS 194 (76.17% from 255) = 34.40%
R=40.07%
G=25.53%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614419400.360.140.11323.4158.5772.55
HexE290C2024EB1433b49
Octal342220302044161350373111
Binary1110001010010000110000100100100111010111010000111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E290C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E290C2; }

 p { color: rgb(226,144,194); }

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

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

 a { background-color: rgb(226,144,194); }

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

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

 span { border-color: rgb(226,144,194); }

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