#E4488A

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

Shades of French Rose #E4488A

Tints of French Rose #E4488A

Color information

#E4488A (or 0xE4488A) is unknown color: approx French Rose. HEX triplet: E4, 48 and 8A. RGB value is (228,72,138). Sum of RGB (Red+Green+Blue) = 228+72+138=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E4488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E4488A is #1BB775. Grayscale: #7E7E7E. Windows color (decimal): -1816438 or 9062628. OLE color: 9062628.

HSL color Cylindrical-coordinate representation of color #E4488A: hue angle of 334.62º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E4488A is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB22872138-
CMYK00.680.390.11
HSL334.62º74.29%58.82%-
HSV(B)334.62º68.42%89.41%-
XYZ38.922.9626.43-
YUV126.17134.68200.63-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.05%
GREEN value IS 72 (28.52% from 255) = 16.44%
BLUE value IS 138 (54.30% from 255) = 31.51%
R=52.05%
G=16.44%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287213800.680.390.11334.6274.2958.82
HexE4488A04427B14f4a3b
Octal3441102120104471351711273
Binary111001001001000100010100100010010011110111010011111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4488A; }

 p { color: rgb(228,72,138); }

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

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

 a { background-color: rgb(228,72,138); }

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

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

 span { border-color: rgb(228,72,138); }

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