#e34e99

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

Shades of French Rose #E34E99

Tints of French Rose #E34E99

Color information

#E34E99 (or 0xE34E99) is unknown color: approx French Rose. HEX triplet: E3, 4E and 99. RGB value is (227,78,153). Sum of RGB (Red+Green+Blue) = 227+78+153=458 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.56% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 227 - color contains mainly: red. Hex color #E34E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E34E99 is #1CB166. Grayscale: #828282. Windows color (decimal): -1880423 or 10047203. OLE color: 10047203.

HSL color Cylindrical-coordinate representation of color #E34E99: hue angle of 329.8º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E34E99 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB22778153-
CMYK00.660.330.11
HSL329.8º72.68%59.8%-
HSV(B)329.8º65.64%89.02%-
XYZ40.1524.0832.67-
YUV131.1140.36196.4-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.56%
GREEN value IS 78 (30.86% from 255) = 17.03%
BLUE value IS 153 (60.16% from 255) = 33.41%
R=49.56%
G=17.03%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2277815300.660.330.11329.872.6859.8
HexE34E9904221B14a493c
Octal3431162310102411351211174
Binary111000111001110100110010100001010000110111010010101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e34e99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e34e99; }

 p { color: rgb(227,78,153); }

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

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

 a { background-color: rgb(227,78,153); }

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

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

 span { border-color: rgb(227,78,153); }

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