#E75290

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

Shades of French Rose #E75290

Tints of French Rose #E75290

Color information

#E75290 (or 0xE75290) is unknown color: approx French Rose. HEX triplet: E7, 52 and 90. RGB value is (231,82,144). Sum of RGB (Red+Green+Blue) = 231+82+144=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E75290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75290 is #18AD6F. Grayscale: #858585. Windows color (decimal): -1617264 or 9458407. OLE color: 9458407.

HSL color Cylindrical-coordinate representation of color #E75290: hue angle of 335.03º 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 #E75290 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB23182144-
CMYK00.650.380.09
HSL335.03º75.63%61.37%-
HSV(B)335.03º64.5%90.59%-
XYZ41.0125.0429.06-
YUV133.62133.86197.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.55%
GREEN value IS 82 (32.42% from 255) = 17.94%
BLUE value IS 144 (56.64% from 255) = 31.51%
R=50.55%
G=17.94%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318214400.650.380.09335.0375.6361.37
HexE7529004126914f4c3d
Octal3471222200101461151711475
Binary111001111010010100100000100000110011010011010011111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75290; }

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

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

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

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

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

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

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

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