#E74D8E

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

Shades of French Rose #E74D8E

Tints of French Rose #E74D8E

Color information

#E74D8E (or 0xE74D8E) is unknown color: approx French Rose. HEX triplet: E7, 4D and 8E. RGB value is (231,77,142). Sum of RGB (Red+Green+Blue) = 231+77+142=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E74D8E is #18B271. Grayscale: #828282. Windows color (decimal): -1618546 or 9326055. OLE color: 9326055.

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

Color convert

RGB23177142-
CMYK00.670.390.09
HSL334.68º76.24%60.39%-
HSV(B)334.68º66.67%90.59%-
XYZ40.4924.2528.14-
YUV130.46134.52199.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.33%
GREEN value IS 77 (30.47% from 255) = 17.11%
BLUE value IS 142 (55.86% from 255) = 31.56%
R=51.33%
G=17.11%
B=31.56%

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
Decimal2317714200.670.390.09334.6876.2460.39
HexE74D8E04327914f4c3c
Octal3471152160103471151711474
Binary111001111001101100011100100001110011110011010011111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74D8E; }

 p { color: rgb(231,77,142); }

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

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

 a { background-color: rgb(231,77,142); }

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

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

 span { border-color: rgb(231,77,142); }

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