#E45193

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

Shades of French Rose #E45193

Tints of French Rose #E45193

Color information

#E45193 (or 0xE45193) is unknown color: approx French Rose. HEX triplet: E4, 51 and 93. RGB value is (228,81,147). Sum of RGB (Red+Green+Blue) = 228+81+147=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E45193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45193 is #1BAE6C. Grayscale: #848484. Windows color (decimal): -1814125 or 9654756. OLE color: 9654756.

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

Color convert

RGB22881147-
CMYK00.640.360.11
HSL333.06º73.13%60.59%-
HSV(B)333.06º64.47%89.41%-
XYZ40.224.4930.21-
YUV132.48136.2196.13-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 17.76%
BLUE value IS 147 (57.81% from 255) = 32.24%
R=50%
G=17.76%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288114700.640.360.11333.0673.1360.59
HexE4519304024B14d493d
Octal3441212230100441351511175
Binary111001001010001100100110100000010010010111010011011001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45193; }

 p { color: rgb(228,81,147); }

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

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

 a { background-color: rgb(228,81,147); }

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

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

 span { border-color: rgb(228,81,147); }

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