#E85598

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

Shades of French Rose #E85598

Tints of French Rose #E85598

Color information

#E85598 (or 0xE85598) is unknown color: approx French Rose. HEX triplet: E8, 55 and 98. RGB value is (232,85,152). Sum of RGB (Red+Green+Blue) = 232+85+152=469 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.47% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 232 - color contains mainly: red. Hex color #E85598 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85598 is #17AA67. Grayscale: #888888. Windows color (decimal): -1550952 or 9983464. OLE color: 9983464.

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

Color convert

RGB23285152-
CMYK00.630.340.09
HSL332.65º76.17%62.16%-
HSV(B)332.65º63.36%90.98%-
XYZ42.1925.9232.48-
YUV136.59136.7196.05-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.47%
GREEN value IS 85 (33.59% from 255) = 18.12%
BLUE value IS 152 (59.77% from 255) = 32.41%
R=49.47%
G=18.12%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328515200.630.340.09332.6576.1762.16
HexE8559803F22914d4c3e
Octal350125230077421151511476
Binary11101000101010110011000011111110001010011010011011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85598; }

 p { color: rgb(232,85,152); }

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

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

 a { background-color: rgb(232,85,152); }

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

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

 span { border-color: rgb(232,85,152); }

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