#ED6E7A

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

Shades of Froly #ED6E7A

Tints of Froly #ED6E7A

Color information

#ED6E7A (or 0xED6E7A) is unknown color: approx Froly. HEX triplet: ED, 6E and 7A. RGB value is (237,110,122). Sum of RGB (Red+Green+Blue) = 237+110+122=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6E7A is #129185. Grayscale: #959595. Windows color (decimal): -1216902 or 8023789. OLE color: 8023789.

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

Color convert

RGB237110122-
CMYK00.540.490.07
HSL354.33º77.91%68.04%-
HSV(B)354.33º53.59%92.94%-
XYZ44.0130.5621.99-
YUV149.34112.58190.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.53%
GREEN value IS 110 (43.36% from 255) = 23.45%
BLUE value IS 122 (48.05% from 255) = 26.01%
R=50.53%
G=23.45%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711012200.540.490.07354.3377.9168.04
HexED6E7A0363171624e44
Octal355156172066617542116104
Binary1110110111011101111010011011011000111110110001010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6E7A; }

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

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

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

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

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

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

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

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