#E74B8D

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

Shades of French Rose #E74B8D

Tints of French Rose #E74B8D

Color information

#E74B8D (or 0xE74B8D) is unknown color: approx French Rose. HEX triplet: E7, 4B and 8D. RGB value is (231,75,141). Sum of RGB (Red+Green+Blue) = 231+75+141=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E74B8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74B8D is #18B472. Grayscale: #818181. Windows color (decimal): -1619059 or 9260007. OLE color: 9260007.

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

Color convert

RGB23175141-
CMYK00.680.390.09
HSL334.62º76.47%60%-
HSV(B)334.62º67.53%90.59%-
XYZ40.2823.9427.7-
YUV129.17134.68200.63-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.68%
GREEN value IS 75 (29.69% from 255) = 16.78%
BLUE value IS 141 (55.47% from 255) = 31.54%
R=51.68%
G=16.78%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317514100.680.390.09334.6276.4760
HexE74B8D04427914f4c3c
Octal3471132150104471151711474
Binary111001111001011100011010100010010011110011010011111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74B8D; }

 p { color: rgb(231,75,141); }

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

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

 a { background-color: rgb(231,75,141); }

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

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

 span { border-color: rgb(231,75,141); }

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