#E05198

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

Shades of French Rose #E05198

Tints of French Rose #E05198

Color information

#E05198 (or 0xE05198) is unknown color: approx French Rose. HEX triplet: E0, 51 and 98. RGB value is (224,81,152). Sum of RGB (Red+Green+Blue) = 224+81+152=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E05198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05198 is #1FAE67. Grayscale: #838383. Windows color (decimal): -2076264 or 9982432. OLE color: 9982432.

HSL color Cylindrical-coordinate representation of color #E05198: hue angle of 330.21º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E05198 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB22481152-
CMYK00.640.320.12
HSL330.21º69.76%59.8%-
HSV(B)330.21º63.84%87.84%-
XYZ39.352432.26-
YUV131.85139.38193.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.02%
GREEN value IS 81 (32.03% from 255) = 17.72%
BLUE value IS 152 (59.77% from 255) = 33.26%
R=49.02%
G=17.72%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248115200.640.320.12330.2169.7659.8
HexE0519804020C14a463c
Octal3401212300100401451210674
Binary111000001010001100110000100000010000011001010010101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05198; }

 p { color: rgb(224,81,152); }

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

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

 a { background-color: rgb(224,81,152); }

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

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

 span { border-color: rgb(224,81,152); }

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