#E84A8C

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

Shades of French Rose #E84A8C

Tints of French Rose #E84A8C

Color information

#E84A8C (or 0xE84A8C) is unknown color: approx French Rose. HEX triplet: E8, 4A and 8C. RGB value is (232,74,140). Sum of RGB (Red+Green+Blue) = 232+74+140=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E84A8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84A8C is #17B573. Grayscale: #808080. Windows color (decimal): -1553780 or 9194216. OLE color: 9194216.

HSL color Cylindrical-coordinate representation of color #E84A8C: hue angle of 334.94º 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 #E84A8C is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB23274140-
CMYK00.680.400.09
HSL334.94º77.45%60%-
HSV(B)334.94º68.1%90.98%-
XYZ40.4623.9527.3-
YUV128.77134.35201.63-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.02%
GREEN value IS 74 (29.30% from 255) = 16.59%
BLUE value IS 140 (55.08% from 255) = 31.39%
R=52.02%
G=16.59%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2327414000.680.400.09334.9477.4560
HexE84A8C04428914f4d3c
Octal3501122140104501151711574
Binary111010001001010100011000100010010100010011010011111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84A8C; }

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

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

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

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

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

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

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

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