#E84685

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

Shades of French Rose #E84685

Tints of French Rose #E84685

Color information

#E84685 (or 0xE84685) is unknown color: approx French Rose. HEX triplet: E8, 46 and 85. RGB value is (232,70,133). Sum of RGB (Red+Green+Blue) = 232+70+133=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E84685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84685 is #17B97A. Grayscale: #7D7D7D. Windows color (decimal): -1554811 or 8734440. OLE color: 8734440.

HSL color Cylindrical-coordinate representation of color #E84685: hue angle of 336.67º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E84685 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB23270133-
CMYK00.700.430.09
HSL336.67º77.88%59.22%-
HSV(B)336.67º69.83%90.98%-
XYZ39.723.2324.58-
YUV125.62132.17203.88-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.33%
GREEN value IS 70 (27.73% from 255) = 16.09%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=53.33%
G=16.09%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2327013300.700.430.09336.6777.8859.22
HexE846850462B91514e3b
Octal3501062050106531152111673
Binary111010001000110100001010100011010101110011010100011001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84685; }

 p { color: rgb(232,70,133); }

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

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

 a { background-color: rgb(232,70,133); }

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

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

 span { border-color: rgb(232,70,133); }

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