#ED646D

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

Shades of Froly #ED646D

Tints of Froly #ED646D

Color information

#ED646D (or 0xED646D) is unknown color: approx Froly. HEX triplet: ED, 64 and 6D. RGB value is (237,100,109). Sum of RGB (Red+Green+Blue) = 237+100+109=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED646D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED646D is #129B92. Grayscale: #8E8E8E. Windows color (decimal): -1219475 or 7169261. OLE color: 7169261.

HSL color Cylindrical-coordinate representation of color #ED646D: hue angle of 356.06º 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 #ED646D is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB237100109-
CMYK00.580.540.07
HSL356.06º79.19%66.08%-
HSV(B)356.06º57.81%92.94%-
XYZ42.2428.2217.69-
YUV141.99109.39195.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.14%
GREEN value IS 100 (39.45% from 255) = 22.42%
BLUE value IS 109 (42.97% from 255) = 24.44%
R=53.14%
G=22.42%
B=24.44%

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
Decimal23710010900.580.540.07356.0679.1966.08
HexED646D03A3671644f42
Octal355144155072667544117102
Binary1110110111001001101101011101011011011110110010010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED646D; }

 p { color: rgb(237,100,109); }

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

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

 a { background-color: rgb(237,100,109); }

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

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

 span { border-color: rgb(237,100,109); }

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