#E94E8E

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

Shades of French Rose #E94E8E

Tints of French Rose #E94E8E

Color information

#E94E8E (or 0xE94E8E) is unknown color: approx French Rose. HEX triplet: E9, 4E and 8E. RGB value is (233,78,142). Sum of RGB (Red+Green+Blue) = 233+78+142=453 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.43% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94E8E is #16B171. Grayscale: #838383. Windows color (decimal): -1487218 or 9326313. OLE color: 9326313.

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

Color convert

RGB23378142-
CMYK00.670.390.09
HSL335.23º77.89%60.98%-
HSV(B)335.23º66.52%91.37%-
XYZ41.2124.7328.19-
YUV131.64133.85200.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.43%
GREEN value IS 78 (30.86% from 255) = 17.22%
BLUE value IS 142 (55.86% from 255) = 31.35%
R=51.43%
G=17.22%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337814200.670.390.09335.2377.8960.98
HexE94E8E04327914f4e3d
Octal3511162160103471151711675
Binary111010011001110100011100100001110011110011010011111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94E8E; }

 p { color: rgb(233,78,142); }

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

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

 a { background-color: rgb(233,78,142); }

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

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

 span { border-color: rgb(233,78,142); }

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