#E290C1

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

Shades of Shocking #E290C1

Tints of Shocking #E290C1

Color information

#E290C1 (or 0xE290C1) is unknown color: approx Shocking. HEX triplet: E2, 90 and C1. RGB value is (226,144,193). Sum of RGB (Red+Green+Blue) = 226+144+193=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E290C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E290C1 is #1D6F3E. Grayscale: #ADADAD. Windows color (decimal): -1929023 or 12685538. OLE color: 12685538.

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

Color convert

RGB226144193-
CMYK00.360.150.11
HSL324.15º58.57%72.55%-
HSV(B)324.15º36.28%88.63%-
XYZ50.9639.9755.48-
YUV174.1138.67165.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.14%
GREEN value IS 144 (56.64% from 255) = 25.58%
BLUE value IS 193 (75.78% from 255) = 34.28%
R=40.14%
G=25.58%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614419300.360.150.11324.1558.5772.55
HexE290C1024FB1443b49
Octal342220301044171350473111
Binary1110001010010000110000010100100111110111010001001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E290C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E290C1; }

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

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

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

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

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

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

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

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