#E64B96

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

Shades of French Rose #E64B96

Tints of French Rose #E64B96

Color information

#E64B96 (or 0xE64B96) is unknown color: approx French Rose. HEX triplet: E6, 4B and 96. RGB value is (230,75,150). Sum of RGB (Red+Green+Blue) = 230+75+150=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64B96 is #19B469. Grayscale: #818181. Windows color (decimal): -1684586 or 9849830. OLE color: 9849830.

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

Color convert

RGB23075150-
CMYK00.670.350.10
HSL330.97º75.61%59.8%-
HSV(B)330.97º67.39%90.2%-
XYZ40.6524.0631.35-
YUV129.89139.35199.4-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.55%
GREEN value IS 75 (29.69% from 255) = 16.48%
BLUE value IS 150 (58.98% from 255) = 32.97%
R=50.55%
G=16.48%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307515000.670.350.10330.9775.6159.8
HexE64B9604323A14b4c3c
Octal3461132260103431251311474
Binary111001101001011100101100100001110001110101010010111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64B96; }

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

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

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

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

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

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

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

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