#E64890

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

Shades of French Rose #E64890

Tints of French Rose #E64890

Color information

#E64890 (or 0xE64890) is unknown color: approx French Rose. HEX triplet: E6, 48 and 90. RGB value is (230,72,144). Sum of RGB (Red+Green+Blue) = 230+72+144=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E64890 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64890 is #19B76F. Grayscale: #7F7F7F. Windows color (decimal): -1685360 or 9455846. OLE color: 9455846.

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

Color convert

RGB23072144-
CMYK00.690.370.10
HSL332.66º75.96%59.22%-
HSV(B)332.66º68.7%90.2%-
XYZ39.9823.4728.81-
YUV127.45137.35201.15-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.57%
GREEN value IS 72 (28.52% from 255) = 16.14%
BLUE value IS 144 (56.64% from 255) = 32.29%
R=51.57%
G=16.14%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307214400.690.370.10332.6675.9659.22
HexE6489004525A14d4c3b
Octal3461102200105451251511473
Binary111001101001000100100000100010110010110101010011011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64890; }

 p { color: rgb(230,72,144); }

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

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

 a { background-color: rgb(230,72,144); }

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

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

 span { border-color: rgb(230,72,144); }

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