#E190C7

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

Shades of Shocking #E190C7

Tints of Shocking #E190C7

Color information

#E190C7 (or 0xE190C7) is unknown color: approx Shocking. HEX triplet: E1, 90 and C7. RGB value is (225,144,199). Sum of RGB (Red+Green+Blue) = 225+144+199=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E190C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E190C7 is #1E6F38. Grayscale: #AEAEAE. Windows color (decimal): -1994553 or 13078753. OLE color: 13078753.

HSL color Cylindrical-coordinate representation of color #E190C7: hue angle of 319.26º degrees, saturation: 0.57, 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 #E190C7 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB225144199-
CMYK00.360.120.12
HSL319.26º57.45%72.35%-
HSV(B)319.26º36%88.24%-
XYZ51.3340.0859.06-
YUV174.49141.84164.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.61%
GREEN value IS 144 (56.64% from 255) = 25.35%
BLUE value IS 199 (78.12% from 255) = 35.04%
R=39.61%
G=25.35%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514419900.360.120.12319.2657.4572.35
HexE190C7024CC13f3948
Octal341220307044141447771110
Binary1110000110010000110001110100100110011001001111111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E190C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E190C7; }

 p { color: rgb(225,144,199); }

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

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

 a { background-color: rgb(225,144,199); }

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

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

 span { border-color: rgb(225,144,199); }

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