#E84A8D

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

Shades of French Rose #E84A8D

Tints of French Rose #E84A8D

Color information

#E84A8D (or 0xE84A8D) is unknown color: approx French Rose. HEX triplet: E8, 4A and 8D. RGB value is (232,74,141). Sum of RGB (Red+Green+Blue) = 232+74+141=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E84A8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84A8D is #17B572. Grayscale: #808080. Windows color (decimal): -1553779 or 9259752. OLE color: 9259752.

HSL color Cylindrical-coordinate representation of color #E84A8D: hue angle of 334.56º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E84A8D is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB23274141-
CMYK00.680.390.09
HSL334.56º77.45%60%-
HSV(B)334.56º68.1%90.98%-
XYZ40.5423.9827.69-
YUV128.88134.85201.55-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.90%
GREEN value IS 74 (29.30% from 255) = 16.55%
BLUE value IS 141 (55.47% from 255) = 31.54%
R=51.90%
G=16.55%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2327414100.680.390.09334.5677.4560
HexE84A8D04427914f4d3c
Octal3501122150104471151711574
Binary111010001001010100011010100010010011110011010011111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84A8D; }

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

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

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

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

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

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

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

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