#ED8081

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

Shades of Froly #ED8081

Tints of Froly #ED8081

Color information

#ED8081 (or 0xED8081) is unknown color: approx Froly. HEX triplet: ED, 80 and 81. RGB value is (237,128,129). Sum of RGB (Red+Green+Blue) = 237+128+129=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8081 is #127F7E. Grayscale: #A0A0A0. Windows color (decimal): -1212287 or 8487149. OLE color: 8487149.

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

Color convert

RGB237128129-
CMYK00.460.460.07
HSL359.45º75.17%71.57%-
HSV(B)359.45º45.99%92.94%-
XYZ46.6135.0325.07-
YUV160.7110.11182.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.98%
GREEN value IS 128 (50.39% from 255) = 25.91%
BLUE value IS 129 (50.78% from 255) = 26.11%
R=47.98%
G=25.91%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712812900.460.460.07359.4575.1771.57
HexED808102E2E71674b48
Octal355200201056567547113110
Binary111011011000000010000001010111010111011110110011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8081; }

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

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

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

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

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

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

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

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