#e64a8d

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

Shades of French Rose #E64A8D

Tints of French Rose #E64A8D

Color information

#E64A8D (or 0xE64A8D) is unknown color: approx French Rose. HEX triplet: E6, 4A and 8D. RGB value is (230,74,141). Sum of RGB (Red+Green+Blue) = 230+74+141=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64A8D is #19B572. Grayscale: #808080. Windows color (decimal): -1684851 or 9259750. OLE color: 9259750.

HSL color Cylindrical-coordinate representation of color #E64A8D: hue angle of 334.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 #E64A8D is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB23074141-
CMYK00.680.390.10
HSL334.23º75.73%59.61%-
HSV(B)334.23º67.83%90.2%-
XYZ39.8923.6427.66-
YUV128.28135.18200.55-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.69%
GREEN value IS 74 (29.30% from 255) = 16.63%
BLUE value IS 141 (55.47% from 255) = 31.69%
R=51.69%
G=16.63%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307414100.680.390.10334.2375.7359.61
HexE64A8D04427A14e4c3c
Octal3461122150104471251611474
Binary111001101001010100011010100010010011110101010011101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e64a8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e64a8d; }

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

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

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

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

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

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

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

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