#E4458D

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

Shades of French Rose #E4458D

Tints of French Rose #E4458D

Color information

#E4458D (or 0xE4458D) is unknown color: approx French Rose. HEX triplet: E4, 45 and 8D. RGB value is (228,69,141). Sum of RGB (Red+Green+Blue) = 228+69+141=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E4458D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E4458D is #1BBA72. Grayscale: #7C7C7C. Windows color (decimal): -1817203 or 9258468. OLE color: 9258468.

HSL color Cylindrical-coordinate representation of color #E4458D: hue angle of 332.83º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E4458D is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB22869141-
CMYK00.700.380.11
HSL332.83º74.65%58.24%-
HSV(B)332.83º69.74%89.41%-
XYZ38.9322.6727.52-
YUV124.75137.18201.65-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.05%
GREEN value IS 69 (27.34% from 255) = 15.75%
BLUE value IS 141 (55.47% from 255) = 32.19%
R=52.05%
G=15.75%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2286914100.700.380.11332.8374.6558.24
HexE4458D04626B14d4b3a
Octal3441052150106461351511372
Binary111001001000101100011010100011010011010111010011011001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4458D; }

 p { color: rgb(228,69,141); }

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

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

 a { background-color: rgb(228,69,141); }

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

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

 span { border-color: rgb(228,69,141); }

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