#EE457D

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

Shades of French Rose #EE457D

Tints of French Rose #EE457D

Color information

#EE457D (or 0xEE457D) is unknown color: approx French Rose. HEX triplet: EE, 45 and 7D. RGB value is (238,69,125). Sum of RGB (Red+Green+Blue) = 238+69+125=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE457D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE457D is #11BA82. Grayscale: #7D7D7D. Windows color (decimal): -1161859 or 8209902. OLE color: 8209902.

HSL color Cylindrical-coordinate representation of color #EE457D: hue angle of 340.12º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE457D is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB23869125-
CMYK00.710.470.07
HSL340.12º83.25%60.2%-
HSV(B)340.12º71.01%93.33%-
XYZ41.0923.9121.85-
YUV125.92127.49207.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 55.09%
GREEN value IS 69 (27.34% from 255) = 15.97%
BLUE value IS 125 (49.22% from 255) = 28.94%
R=55.09%
G=15.97%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386912500.710.470.07340.1283.2560.2
HexEE457D0472F7154533c
Octal356105175010757752412374
Binary1110111010001011111101010001111011111111010101001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE457D; }

 p { color: rgb(238,69,125); }

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

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

 a { background-color: rgb(238,69,125); }

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

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

 span { border-color: rgb(238,69,125); }

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