#E94C8B

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

Shades of French Rose #E94C8B

Tints of French Rose #E94C8B

Color information

#E94C8B (or 0xE94C8B) is unknown color: approx French Rose. HEX triplet: E9, 4C and 8B. RGB value is (233,76,139). Sum of RGB (Red+Green+Blue) = 233+76+139=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94C8B is #16B374. Grayscale: #828282. Windows color (decimal): -1487733 or 9129193. OLE color: 9129193.

HSL color Cylindrical-coordinate representation of color #E94C8B: hue angle of 335.92º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94C8B is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB23376139-
CMYK00.670.400.09
HSL335.92º78.11%60.59%-
HSV(B)335.92º67.38%91.37%-
XYZ40.8524.3626.97-
YUV130.12133.01201.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.01%
GREEN value IS 76 (30.08% from 255) = 16.96%
BLUE value IS 139 (54.69% from 255) = 31.03%
R=52.01%
G=16.96%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337613900.670.400.09335.9278.1160.59
HexE94C8B0432891504e3d
Octal3511142130103501152011675
Binary111010011001100100010110100001110100010011010100001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94C8B; }

 p { color: rgb(233,76,139); }

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

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

 a { background-color: rgb(233,76,139); }

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

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

 span { border-color: rgb(233,76,139); }

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