#ED5E69

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

Shades of Froly #ED5E69

Tints of Froly #ED5E69

Color information

#ED5E69 (or 0xED5E69) is unknown color: approx Froly. HEX triplet: ED, 5E and 69. RGB value is (237,94,105). Sum of RGB (Red+Green+Blue) = 237+94+105=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5E69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5E69 is #12A196. Grayscale: #8A8A8A. Windows color (decimal): -1221015 or 6905581. OLE color: 6905581.

HSL color Cylindrical-coordinate representation of color #ED5E69: hue angle of 355.38º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED5E69 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB23794105-
CMYK00.600.560.07
HSL355.38º79.89%64.9%-
HSV(B)355.38º60.34%92.94%-
XYZ41.4827.0316.4-
YUV138.01109.38198.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.36%
GREEN value IS 94 (37.11% from 255) = 21.56%
BLUE value IS 105 (41.41% from 255) = 24.08%
R=54.36%
G=21.56%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379410500.600.560.07355.3879.8964.9
HexED5E6903C3871635041
Octal355136151074707543120101
Binary1110110110111101101001011110011100011110110001110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5E69; }

 p { color: rgb(237,94,105); }

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

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

 a { background-color: rgb(237,94,105); }

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

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

 span { border-color: rgb(237,94,105); }

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