#E34B99

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

Shades of French Rose #E34B99

Tints of French Rose #E34B99

Color information

#E34B99 (or 0xE34B99) is unknown color: approx French Rose. HEX triplet: E3, 4B and 99. RGB value is (227,75,153). Sum of RGB (Red+Green+Blue) = 227+75+153=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E34B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34B99 is #1CB466. Grayscale: #818181. Windows color (decimal): -1881191 or 10046435. OLE color: 10046435.

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

Color convert

RGB22775153-
CMYK00.670.330.11
HSL329.21º73.08%59.22%-
HSV(B)329.21º66.96%89.02%-
XYZ39.9423.6632.6-
YUV129.34141.36197.66-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.89%
GREEN value IS 75 (29.69% from 255) = 16.48%
BLUE value IS 153 (60.16% from 255) = 33.63%
R=49.89%
G=16.48%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2277515300.670.330.11329.2173.0859.22
HexE34B9904321B149493b
Octal3431132310103411351111173
Binary111000111001011100110010100001110000110111010010011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34B99; }

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

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

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

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

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

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

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

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