#E75492

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

Shades of French Rose #E75492

Tints of French Rose #E75492

Color information

#E75492 (or 0xE75492) is unknown color: approx French Rose. HEX triplet: E7, 54 and 92. RGB value is (231,84,146). Sum of RGB (Red+Green+Blue) = 231+84+146=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E75492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75492 is #18AB6D. Grayscale: #868686. Windows color (decimal): -1616750 or 9589991. OLE color: 9589991.

HSL color Cylindrical-coordinate representation of color #E75492: hue angle of 334.69º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E75492 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB23184146-
CMYK00.640.370.09
HSL334.69º75.38%61.76%-
HSV(B)334.69º63.64%90.59%-
XYZ41.3125.429.92-
YUV135.02134.2196.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.11%
GREEN value IS 84 (33.20% from 255) = 18.22%
BLUE value IS 146 (57.42% from 255) = 31.67%
R=50.11%
G=18.22%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318414600.640.370.09334.6975.3861.76
HexE7549204025914f4b3e
Octal3471242220100451151711376
Binary111001111010100100100100100000010010110011010011111001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75492; }

 p { color: rgb(231,84,146); }

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

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

 a { background-color: rgb(231,84,146); }

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

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

 span { border-color: rgb(231,84,146); }

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