#e6198f

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

Shades of Deep Pink #E6198F

Tints of Deep Pink #E6198F

Color information

#E6198F (or 0xE6198F) is unknown color: approx Deep Pink. HEX triplet: E6, 19 and 8F. RGB value is (230,25,143). Sum of RGB (Red+Green+Blue) = 230+25+143=398 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.79% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 230 - color contains mainly: red. Hex color #E6198F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6198F is #19E670. Grayscale: #636363. Windows color (decimal): -1697393 or 9378278. OLE color: 9378278.

HSL color Cylindrical-coordinate representation of color #E6198F: hue angle of 325.46º 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 #E6198F is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB23025143-
CMYK00.890.380.10
HSL325.46º80.39%50%-
HSV(B)325.46º89.13%90.2%-
XYZ37.9419.527.75-
YUV99.75152.42220.91-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 57.79%
GREEN value IS 25 (10.16% from 255) = 6.28%
BLUE value IS 143 (56.25% from 255) = 35.93%
R=57.79%
G=6.28%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302514300.890.380.10325.4680.3950
HexE6198F05926A1455032
Octal346312170131461250512062
Binary1110011011001100011110101100110011010101010001011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6198f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6198f; }

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

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

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

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

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

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

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

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