#E65796

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

Shades of French Rose #E65796

Tints of French Rose #E65796

Color information

#E65796 (or 0xE65796) is unknown color: approx French Rose. HEX triplet: E6, 57 and 96. RGB value is (230,87,150). Sum of RGB (Red+Green+Blue) = 230+87+150=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E65796 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65796 is #19A869. Grayscale: #888888. Windows color (decimal): -1681514 or 9852902. OLE color: 9852902.

HSL color Cylindrical-coordinate representation of color #E65796: hue angle of 333.57º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E65796 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB23087150-
CMYK00.620.350.10
HSL333.57º74.09%62.16%-
HSV(B)333.57º62.17%90.2%-
XYZ41.5525.8431.65-
YUV136.94135.38194.38-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.25%
GREEN value IS 87 (34.38% from 255) = 18.63%
BLUE value IS 150 (58.98% from 255) = 32.12%
R=49.25%
G=18.63%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2308715000.620.350.10333.5774.0962.16
HexE6579603E23A14e4a3e
Octal346127226076431251611276
Binary11100110101011110010110011111010001110101010011101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65796; }

 p { color: rgb(230,87,150); }

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

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

 a { background-color: rgb(230,87,150); }

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

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

 span { border-color: rgb(230,87,150); }

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