#E090C1

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

Shades of Shocking #E090C1

Tints of Shocking #E090C1

Color information

#E090C1 (or 0xE090C1) is unknown color: approx Shocking. HEX triplet: E0, 90 and C1. RGB value is (224,144,193). Sum of RGB (Red+Green+Blue) = 224+144+193=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E090C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090C1 is #1F6F3E. Grayscale: #ADADAD. Windows color (decimal): -2060095 or 12685536. OLE color: 12685536.

HSL color Cylindrical-coordinate representation of color #E090C1: hue angle of 323.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E090C1 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB224144193-
CMYK00.360.140.12
HSL323.25º56.34%72.16%-
HSV(B)323.25º35.71%87.84%-
XYZ50.3439.6455.45-
YUV173.51139164.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.93%
GREEN value IS 144 (56.64% from 255) = 25.67%
BLUE value IS 193 (75.78% from 255) = 34.40%
R=39.93%
G=25.67%
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.12
SystemRedGreenBlueCMYKHSL
Decimal22414419300.360.140.12323.2556.3472.16
HexE090C1024EC1433848
Octal340220301044161450370110
Binary1110000010010000110000010100100111011001010000111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E090C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E090C1; }

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

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

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

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

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

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

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

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