#ED636E

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

Shades of Froly #ED636E

Tints of Froly #ED636E

Color information

#ED636E (or 0xED636E) is unknown color: approx Froly. HEX triplet: ED, 63 and 6E. RGB value is (237,99,110). Sum of RGB (Red+Green+Blue) = 237+99+110=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED636E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED636E is #129C91. Grayscale: #8D8D8D. Windows color (decimal): -1219730 or 7234541. OLE color: 7234541.

HSL color Cylindrical-coordinate representation of color #ED636E: hue angle of 355.22º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED636E is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB23799110-
CMYK00.580.540.07
HSL355.22º79.31%65.88%-
HSV(B)355.22º58.23%92.94%-
XYZ42.228.0517.94-
YUV141.52110.22196.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.14%
GREEN value IS 99 (39.06% from 255) = 22.20%
BLUE value IS 110 (43.36% from 255) = 24.66%
R=53.14%
G=22.20%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379911000.580.540.07355.2279.3165.88
HexED636E03A3671634f42
Octal355143156072667543117102
Binary1110110111000111101110011101011011011110110001110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED636E; }

 p { color: rgb(237,99,110); }

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

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

 a { background-color: rgb(237,99,110); }

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

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

 span { border-color: rgb(237,99,110); }

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