#E24F9A

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

Shades of French Rose #E24F9A

Tints of French Rose #E24F9A

Color information

#E24F9A (or 0xE24F9A) is unknown color: approx French Rose. HEX triplet: E2, 4F and 9A. RGB value is (226,79,154). Sum of RGB (Red+Green+Blue) = 226+79+154=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E24F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24F9A is #1DB065. Grayscale: #838383. Windows color (decimal): -1945702 or 10112994. OLE color: 10112994.

HSL color Cylindrical-coordinate representation of color #E24F9A: hue angle of 329.39º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E24F9A is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB22679154-
CMYK00.650.320.11
HSL329.39º71.71%59.8%-
HSV(B)329.39º65.04%88.63%-
XYZ39.9924.0933.11-
YUV131.5140.7195.4-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.24%
GREEN value IS 79 (31.25% from 255) = 17.21%
BLUE value IS 154 (60.55% from 255) = 33.55%
R=49.24%
G=17.21%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267915400.650.320.11329.3971.7159.8
HexE24F9A04120B149483c
Octal3421172320101401351111074
Binary111000101001111100110100100000110000010111010010011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24F9A; }

 p { color: rgb(226,79,154); }

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

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

 a { background-color: rgb(226,79,154); }

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

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

 span { border-color: rgb(226,79,154); }

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