#E71A98

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

Shades of Deep Pink #E71A98

Tints of Deep Pink #E71A98

Color information

#E71A98 (or 0xE71A98) is unknown color: approx Deep Pink. HEX triplet: E7, 1A and 98. RGB value is (231,26,152). Sum of RGB (Red+Green+Blue) = 231+26+152=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 26 (10.55% from 255 or 6.36% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E71A98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71A98 is #18E567. Grayscale: #656565. Windows color (decimal): -1631592 or 9968359. OLE color: 9968359.

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

Color convert

RGB23126152-
CMYK00.890.340.09
HSL323.12º81.03%50.39%-
HSV(B)323.12º88.74%90.59%-
XYZ38.9919.9931.51-
YUV101.66156.42220.25-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 56.48%
GREEN value IS 26 (10.55% from 255) = 6.36%
BLUE value IS 152 (59.77% from 255) = 37.16%
R=56.48%
G=6.36%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312615200.890.340.09323.1281.0350.39
HexE71A980592291435132
Octal347322300131421150312162
Binary1110011111010100110000101100110001010011010000111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E71A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E71A98; }

 p { color: rgb(231,26,152); }

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

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

 a { background-color: rgb(231,26,152); }

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

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

 span { border-color: rgb(231,26,152); }

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