Html Css Color HEX #E7198A Deep Pink

📋 copy color: '#E7198A'

red 231 ◦ green 25 ◦ blue 138

#E7198A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #E7198A

Tints of Deep Pink #E7198A

RGB

 RED value IS 231 (90.63% from 255) = 58.63%

 GREEN value IS 25 (10.16% from 255) = 6.35%

 BLUE value IS 138 (54.3% from 255) = 35.03%

R = 58.63%
G = 6.35%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E7198A (or 0xE7198A) is known color: Deep Pink. HEX triplet: E7, 19 and 8A. RGB value is (231,25,138). Sum of RGB (Red+Green+Blue) = 231+25+138=394 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.63% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 231 - color contains mainly: red. Hex color #E7198A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7198A is #18E675. Grayscale: #636363. Windows color (decimal): -1631862 or 9050599. OLE color: 9050599.

HSL color Cylindrical-coordinate representation of color #E7198A: hue angle of 327.09º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E7198A is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 25 138 -
CMYK 0 0.89 0.40 0.09
HSL 327.09º 0.81% 0.5% -
HSV(B) 327.09º 0.89% 0.91% -
XYZ 37.89 19.52 25.82 -
YUV 99.48 149.75 221.81 -
System Red Green Blue C M Y K H S L
Decimal 231 25 138 0 0.89 0.40 0.09 327.09 0.81 0.5
Hex E7 19 8A 0 59 28 9 147 51 32
Octal 347 31 212 0 131 50 11 507 121 62
Binary 11100111 11001 10001010 0 1011001 101000 1001 101000111 1010001 110010

Color Harmonies of #E7198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7198A

Black with #E7198A

Text Example


Text Example

White with #E7198A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7198A; }

 p { color: rgb(231,25,138); }

 H1.HeaderClassName
 {
   color: #E7198A;
 }
 .AnyTagClassName
 {
   color: #E7198A;
 }
</style>

background-color css

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

 a { background-color: rgb(231,25,138); }

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

border-color css

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

 span { border-color: rgb(231,25,138); }

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