#E75196

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

Shades of French Rose #E75196

Tints of French Rose #E75196

Color information

#E75196 (or 0xE75196) is unknown color: approx French Rose. HEX triplet: E7, 51 and 96. RGB value is (231,81,150). Sum of RGB (Red+Green+Blue) = 231+81+150=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E75196 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75196 is #18AE69. Grayscale: #858585. Windows color (decimal): -1617514 or 9851367. OLE color: 9851367.

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

Color convert

RGB23181150-
CMYK00.650.350.09
HSL332.4º75.76%61.18%-
HSV(B)332.4º64.94%90.59%-
XYZ41.425.0831.51-
YUV133.72137.2197.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 17.53%
BLUE value IS 150 (58.98% from 255) = 32.47%
R=50%
G=17.53%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318115000.650.350.09332.475.7661.18
HexE7519604123914c4c3d
Octal3471212260101431151411475
Binary111001111010001100101100100000110001110011010011001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75196; }

 p { color: rgb(231,81,150); }

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

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

 a { background-color: rgb(231,81,150); }

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

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

 span { border-color: rgb(231,81,150); }

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