#E34B93

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

Shades of French Rose #E34B93

Tints of French Rose #E34B93

Color information

#E34B93 (or 0xE34B93) is unknown color: approx French Rose. HEX triplet: E3, 4B and 93. RGB value is (227,75,147). Sum of RGB (Red+Green+Blue) = 227+75+147=449 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.56% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 227 - color contains mainly: red. Hex color #E34B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34B93 is #1CB46C. Grayscale: #808080. Windows color (decimal): -1881197 or 9653219. OLE color: 9653219.

HSL color Cylindrical-coordinate representation of color #E34B93: hue angle of 331.58º 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 #E34B93 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB22775147-
CMYK00.670.350.11
HSL331.58º73.08%59.22%-
HSV(B)331.58º66.96%89.02%-
XYZ39.4623.4730.05-
YUV128.66138.36198.15-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.56%
GREEN value IS 75 (29.69% from 255) = 16.70%
BLUE value IS 147 (57.81% from 255) = 32.74%
R=50.56%
G=16.70%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2277514700.670.350.11331.5873.0859.22
HexE34B9304323B14c493b
Octal3431132230103431351411173
Binary111000111001011100100110100001110001110111010011001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34B93; }

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

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

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

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

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

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

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

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