#E55297

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

Shades of French Rose #E55297

Tints of French Rose #E55297

Color information

#E55297 (or 0xE55297) is unknown color: approx French Rose. HEX triplet: E5, 52 and 97. RGB value is (229,82,151). Sum of RGB (Red+Green+Blue) = 229+82+151=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E55297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55297 is #1AAD68. Grayscale: #858585. Windows color (decimal): -1748329 or 9917157. OLE color: 9917157.

HSL color Cylindrical-coordinate representation of color #E55297: hue angle of 331.84º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E55297 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB22982151-
CMYK00.640.340.10
HSL331.84º73.87%60.98%-
HSV(B)331.84º64.19%89.8%-
XYZ40.9224.9331.93-
YUV133.82137.7195.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.57%
GREEN value IS 82 (32.42% from 255) = 17.75%
BLUE value IS 151 (59.38% from 255) = 32.68%
R=49.57%
G=17.75%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298215100.640.340.10331.8473.8760.98
HexE5529704022A14c4a3d
Octal3451222270100421251411275
Binary111001011010010100101110100000010001010101010011001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55297; }

 p { color: rgb(229,82,151); }

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

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

 a { background-color: rgb(229,82,151); }

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

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

 span { border-color: rgb(229,82,151); }

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