#E2458A

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

Shades of French Rose #E2458A

Tints of French Rose #E2458A

Color information

#E2458A (or 0xE2458A) is unknown color: approx French Rose. HEX triplet: E2, 45 and 8A. RGB value is (226,69,138). Sum of RGB (Red+Green+Blue) = 226+69+138=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E2458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2458A is #1DBA75. Grayscale: #7B7B7B. Windows color (decimal): -1948278 or 9061858. OLE color: 9061858.

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

Color convert

RGB22669138-
CMYK00.690.390.11
HSL333.63º73.02%57.84%-
HSV(B)333.63º69.47%88.63%-
XYZ38.0822.2626.33-
YUV123.81136.01200.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.19%
GREEN value IS 69 (27.34% from 255) = 15.94%
BLUE value IS 138 (54.30% from 255) = 31.87%
R=52.19%
G=15.94%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2266913800.690.390.11333.6373.0257.84
HexE2458A04527B14e493a
Octal3421052120105471351611172
Binary111000101000101100010100100010110011110111010011101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2458A; }

 p { color: rgb(226,69,138); }

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

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

 a { background-color: rgb(226,69,138); }

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

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

 span { border-color: rgb(226,69,138); }

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