#e64a9a

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

Shades of French Rose #E64A9A

Tints of French Rose #E64A9A

Color information

#E64A9A (or 0xE64A9A) is unknown color: approx French Rose. HEX triplet: E6, 4A and 9A. RGB value is (230,74,154). Sum of RGB (Red+Green+Blue) = 230+74+154=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64A9A is #19B565. Grayscale: #818181. Windows color (decimal): -1684838 or 10111718. OLE color: 10111718.

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

Color convert

RGB23074154-
CMYK00.680.330.10
HSL329.23º75.73%59.61%-
HSV(B)329.23º67.83%90.2%-
XYZ40.9124.0533.06-
YUV129.76141.68199.5-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.22%
GREEN value IS 74 (29.30% from 255) = 16.16%
BLUE value IS 154 (60.55% from 255) = 33.62%
R=50.22%
G=16.16%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307415400.680.330.10329.2375.7359.61
HexE64A9A04421A1494c3c
Octal3461122320104411251111474
Binary111001101001010100110100100010010000110101010010011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e64a9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e64a9a; }

 p { color: rgb(230,74,154); }

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

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

 a { background-color: rgb(230,74,154); }

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

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

 span { border-color: rgb(230,74,154); }

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