#E34793

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

Shades of French Rose #E34793

Tints of French Rose #E34793

Color information

#E34793 (or 0xE34793) is unknown color: approx French Rose. HEX triplet: E3, 47 and 93. RGB value is (227,71,147). Sum of RGB (Red+Green+Blue) = 227+71+147=445 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.01% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 227 - color contains mainly: red. Hex color #E34793 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34793 is #1CB86C. Grayscale: #7E7E7E. Windows color (decimal): -1882221 or 9652195. OLE color: 9652195.

HSL color Cylindrical-coordinate representation of color #E34793: hue angle of 330.77º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E34793 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB22771147-
CMYK00.690.350.11
HSL330.77º73.58%58.43%-
HSV(B)330.77º68.72%89.02%-
XYZ39.222.9429.97-
YUV126.31139.68199.82-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.01%
GREEN value IS 71 (28.12% from 255) = 15.96%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=51.01%
G=15.96%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2277114700.690.350.11330.7773.5858.43
HexE3479304523B14b4a3a
Octal3431072230105431351311272
Binary111000111000111100100110100010110001110111010010111001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34793; }

 p { color: rgb(227,71,147); }

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

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

 a { background-color: rgb(227,71,147); }

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

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

 span { border-color: rgb(227,71,147); }

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