#E74E95

Color #E74E95 French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #E74E95

Tints of French Rose #E74E95

Color information

#E74E95 (or 0xE74E95) is unknown color: approx French Rose. HEX triplet: E7, 4E and 95. RGB value is (231,78,149). Sum of RGB (Red+Green+Blue) = 231+78+149=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E74E95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74E95 is #18B16A. Grayscale: #838383. Windows color (decimal): -1618283 or 9785063. OLE color: 9785063.

HSL color Cylindrical-coordinate representation of color #E74E95: hue angle of 332.16º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E74E95 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB23178149-
CMYK00.660.350.09
HSL332.16º76.12%60.59%-
HSV(B)332.16º66.23%90.59%-
XYZ41.124.6131.02-
YUV131.84137.69198.73-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.44%
GREEN value IS 78 (30.86% from 255) = 17.03%
BLUE value IS 149 (58.59% from 255) = 32.53%
R=50.44%
G=17.03%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317814900.660.350.09332.1676.1260.59
HexE74E9504223914c4c3d
Octal3471162250102431151411475
Binary111001111001110100101010100001010001110011010011001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74E95; }

 p { color: rgb(231,78,149); }

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

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

 a { background-color: rgb(231,78,149); }

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

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

 span { border-color: rgb(231,78,149); }

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