#E84B8A

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

Shades of French Rose #E84B8A

Tints of French Rose #E84B8A

Color information

#E84B8A (or 0xE84B8A) is unknown color: approx French Rose. HEX triplet: E8, 4B and 8A. RGB value is (232,75,138). Sum of RGB (Red+Green+Blue) = 232+75+138=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E84B8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84B8A is #17B475. Grayscale: #818181. Windows color (decimal): -1553526 or 9063400. OLE color: 9063400.

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

Color convert

RGB23275138-
CMYK00.680.410.09
HSL335.92º77.34%60.2%-
HSV(B)335.92º67.67%90.98%-
XYZ40.3824.0226.55-
YUV129.12133.01201.38-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.13%
GREEN value IS 75 (29.69% from 255) = 16.85%
BLUE value IS 138 (54.30% from 255) = 31.01%
R=52.13%
G=16.85%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2327513800.680.410.09335.9277.3460.2
HexE84B8A0442991504d3c
Octal3501132120104511152011574
Binary111010001001011100010100100010010100110011010100001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84B8A; }

 p { color: rgb(232,75,138); }

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

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

 a { background-color: rgb(232,75,138); }

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

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

 span { border-color: rgb(232,75,138); }

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