#E75296

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

Shades of French Rose #E75296

Tints of French Rose #E75296

Color information

#E75296 (or 0xE75296) is unknown color: approx French Rose. HEX triplet: E7, 52 and 96. RGB value is (231,82,150). Sum of RGB (Red+Green+Blue) = 231+82+150=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E75296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75296 is #18AD69. Grayscale: #868686. Windows color (decimal): -1617258 or 9851623. OLE color: 9851623.

HSL color Cylindrical-coordinate representation of color #E75296: hue angle of 332.62º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E75296 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB23182150-
CMYK00.650.350.09
HSL332.62º75.63%61.37%-
HSV(B)332.62º64.5%90.59%-
XYZ41.4825.2331.54-
YUV134.3136.86196.97-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.89%
GREEN value IS 82 (32.42% from 255) = 17.71%
BLUE value IS 150 (58.98% from 255) = 32.40%
R=49.89%
G=17.71%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318215000.650.350.09332.6275.6361.37
HexE7529604123914d4c3d
Octal3471222260101431151511475
Binary111001111010010100101100100000110001110011010011011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75296; }

 p { color: rgb(231,82,150); }

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

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

 a { background-color: rgb(231,82,150); }

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

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

 span { border-color: rgb(231,82,150); }

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