#ED717E

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

Shades of Froly #ED717E

Tints of Froly #ED717E

Color information

#ED717E (or 0xED717E) is unknown color: approx Froly. HEX triplet: ED, 71 and 7E. RGB value is (237,113,126). Sum of RGB (Red+Green+Blue) = 237+113+126=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED717E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED717E is #128E81. Grayscale: #979797. Windows color (decimal): -1216130 or 8286701. OLE color: 8286701.

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

Color convert

RGB237113126-
CMYK00.520.470.07
HSL353.71º77.5%68.63%-
HSV(B)353.71º52.32%92.94%-
XYZ44.631.3223.43-
YUV151.56113.58188.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.79%
GREEN value IS 113 (44.53% from 255) = 23.74%
BLUE value IS 126 (49.61% from 255) = 26.47%
R=49.79%
G=23.74%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711312600.520.470.07353.7177.568.63
HexED717E0342F71624e45
Octal355161176064577542116105
Binary1110110111100011111110011010010111111110110001010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED717E; }

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

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

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

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

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

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

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

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