#E76391

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

Shades of Deep Blush #E76391

Tints of Deep Blush #E76391

Color information

#E76391 (or 0xE76391) is unknown color: approx Deep Blush. HEX triplet: E7, 63 and 91. RGB value is (231,99,145). Sum of RGB (Red+Green+Blue) = 231+99+145=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E76391 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76391 is #189C6E. Grayscale: #8F8F8F. Windows color (decimal): -1612911 or 9528295. OLE color: 9528295.

HSL color Cylindrical-coordinate representation of color #E76391: hue angle of 339.09º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E76391 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB23199145-
CMYK00.570.370.09
HSL339.09º73.33%64.71%-
HSV(B)339.09º57.14%90.59%-
XYZ42.5327.9629.94-
YUV143.71128.73190.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.63%
GREEN value IS 99 (39.06% from 255) = 20.84%
BLUE value IS 145 (57.03% from 255) = 30.53%
R=48.63%
G=20.84%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319914500.570.370.09339.0973.3364.71
HexE763910392591534941
Octal3471432210714511523111101
Binary111001111100011100100010111001100101100110101001110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76391; }

 p { color: rgb(231,99,145); }

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

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

 a { background-color: rgb(231,99,145); }

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

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

 span { border-color: rgb(231,99,145); }

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