#ED558E

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

Shades of French Rose #ED558E

Tints of French Rose #ED558E

Color information

#ED558E (or 0xED558E) is unknown color: approx French Rose. HEX triplet: ED, 55 and 8E. RGB value is (237,85,142). Sum of RGB (Red+Green+Blue) = 237+85+142=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED558E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED558E is #12AA71. Grayscale: #888888. Windows color (decimal): -1223282 or 9328109. OLE color: 9328109.

HSL color Cylindrical-coordinate representation of color #ED558E: hue angle of 337.5º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED558E is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB23785142-
CMYK00.640.400.07
HSL337.5º80.85%63.14%-
HSV(B)337.5º64.14%92.94%-
XYZ43.0626.4528.43-
YUV136.95130.86199.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.08%
GREEN value IS 85 (33.59% from 255) = 18.32%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=51.08%
G=18.32%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378514200.640.400.07337.580.8563.14
HexED558E040287152513f
Octal355125216010050752212177
Binary11101101101010110001110010000001010001111010100101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED558E; }

 p { color: rgb(237,85,142); }

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

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

 a { background-color: rgb(237,85,142); }

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

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

 span { border-color: rgb(237,85,142); }

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