#ED7A7B

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

Shades of Froly #ED7A7B

Tints of Froly #ED7A7B

Color information

#ED7A7B (or 0xED7A7B) is unknown color: approx Froly. HEX triplet: ED, 7A and 7B. RGB value is (237,122,123). Sum of RGB (Red+Green+Blue) = 237+122+123=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7A7B is #128584. Grayscale: #9C9C9C. Windows color (decimal): -1213829 or 8092397. OLE color: 8092397.

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

Color convert

RGB237122123-
CMYK00.490.480.07
HSL359.48º76.16%70.39%-
HSV(B)359.48º48.52%92.94%-
XYZ45.4633.3522.78-
YUV156.5109.1185.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.17%
GREEN value IS 122 (48.05% from 255) = 25.31%
BLUE value IS 123 (48.44% from 255) = 25.52%
R=49.17%
G=25.31%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712212300.490.480.07359.4876.1670.39
HexED7A7B0313071674c46
Octal355172173061607547114106
Binary1110110111110101111011011000111000011110110011110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7A7B; }

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

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

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

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

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

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

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

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