#ED737A

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

Shades of Froly #ED737A

Tints of Froly #ED737A

Color information

#ED737A (or 0xED737A) is unknown color: approx Froly. HEX triplet: ED, 73 and 7A. RGB value is (237,115,122). Sum of RGB (Red+Green+Blue) = 237+115+122=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED737A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED737A is #128C85. Grayscale: #989898. Windows color (decimal): -1215622 or 8025069. OLE color: 8025069.

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

Color convert

RGB237115122-
CMYK00.510.490.07
HSL356.56º77.22%69.02%-
HSV(B)356.56º51.48%92.94%-
XYZ44.5731.6722.18-
YUV152.28110.92188.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50%
GREEN value IS 115 (45.31% from 255) = 24.26%
BLUE value IS 122 (48.05% from 255) = 25.74%
R=50%
G=24.26%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711512200.510.490.07356.5677.2269.02
HexED737A0333171654d45
Octal355163172063617545115105
Binary1110110111100111111010011001111000111110110010110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED737A; }

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

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

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

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

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

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

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

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