#ED7180

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

Shades of Froly #ED7180

Tints of Froly #ED7180

Color information

#ED7180 (or 0xED7180) is unknown color: approx Froly. HEX triplet: ED, 71 and 80. RGB value is (237,113,128). Sum of RGB (Red+Green+Blue) = 237+113+128=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7180 is #128E7F. Grayscale: #979797. Windows color (decimal): -1216128 or 8417773. OLE color: 8417773.

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

Color convert

RGB237113128-
CMYK00.520.460.07
HSL352.74º77.5%68.63%-
HSV(B)352.74º52.32%92.94%-
XYZ44.7331.3724.12-
YUV151.79114.58188.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.58%
GREEN value IS 113 (44.53% from 255) = 23.64%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=49.58%
G=23.64%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711312800.520.460.07352.7477.568.63
HexED71800342E71614e45
Octal355161200064567541116105
Binary11101101111000110000000011010010111011110110000110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7180; }

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

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

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

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

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

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

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

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