#ED7B82

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

Shades of Froly #ED7B82

Tints of Froly #ED7B82

Color information

#ED7B82 (or 0xED7B82) is unknown color: approx Froly. HEX triplet: ED, 7B and 82. RGB value is (237,123,130). Sum of RGB (Red+Green+Blue) = 237+123+130=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7B82 is #12847D. Grayscale: #9D9D9D. Windows color (decimal): -1213566 or 8551405. OLE color: 8551405.

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

Color convert

RGB237123130-
CMYK00.480.450.07
HSL356.32º76%70.59%-
HSV(B)356.32º48.1%92.94%-
XYZ46.0433.7825.21-
YUV157.88112.27184.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.37%
GREEN value IS 123 (48.44% from 255) = 25.10%
BLUE value IS 130 (51.17% from 255) = 26.53%
R=48.37%
G=25.10%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712313000.480.450.07356.327670.59
HexED7B820302D71644c47
Octal355173202060557544114107
Binary11101101111101110000010011000010110111110110010010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7B82; }

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

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

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

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

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

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

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

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