#ED8082

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

Shades of Froly #ED8082

Tints of Froly #ED8082

Color information

#ED8082 (or 0xED8082) is unknown color: approx Froly. HEX triplet: ED, 80 and 82. RGB value is (237,128,130). Sum of RGB (Red+Green+Blue) = 237+128+130=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8082 is #127F7D. Grayscale: #A0A0A0. Windows color (decimal): -1212286 or 8552685. OLE color: 8552685.

HSL color Cylindrical-coordinate representation of color #ED8082: hue angle of 358.9º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED8082 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB237128130-
CMYK00.460.450.07
HSL358.9º75.17%71.57%-
HSV(B)358.9º45.99%92.94%-
XYZ46.6735.0525.43-
YUV160.82110.61182.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.88%
GREEN value IS 128 (50.39% from 255) = 25.86%
BLUE value IS 130 (51.17% from 255) = 26.26%
R=47.88%
G=25.86%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712813000.460.450.07358.975.1771.57
HexED808202E2D71674b48
Octal355200202056557547113110
Binary111011011000000010000010010111010110111110110011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8082; }

 p { color: rgb(237,128,130); }

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

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

 a { background-color: rgb(237,128,130); }

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

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

 span { border-color: rgb(237,128,130); }

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