#E6198C

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

Shades of Deep Pink #E6198C

Tints of Deep Pink #E6198C

Color information

#E6198C (or 0xE6198C) is unknown color: approx Deep Pink. HEX triplet: E6, 19 and 8C. RGB value is (230,25,140). Sum of RGB (Red+Green+Blue) = 230+25+140=395 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.23% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 230 - color contains mainly: red. Hex color #E6198C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6198C is #19E673. Grayscale: #636363. Windows color (decimal): -1697396 or 9181670. OLE color: 9181670.

HSL color Cylindrical-coordinate representation of color #E6198C: hue angle of 326.34º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6198C is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB23025140-
CMYK00.890.390.10
HSL326.34º80.39%50%-
HSV(B)326.34º89.13%90.2%-
XYZ37.7119.4126.57-
YUV99.4150.92221.15-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 58.23%
GREEN value IS 25 (10.16% from 255) = 6.33%
BLUE value IS 140 (55.08% from 255) = 35.44%
R=58.23%
G=6.33%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302514000.890.390.10326.3480.3950
HexE6198C05927A1465032
Octal346312140131471250612062
Binary1110011011001100011000101100110011110101010001101010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6198C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6198C; }

 p { color: rgb(230,25,140); }

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

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

 a { background-color: rgb(230,25,140); }

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

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

 span { border-color: rgb(230,25,140); }

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