#E17274

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

Shades of Froly #E17274

Tints of Froly #E17274

Color information

#E17274 (or 0xE17274) is unknown color: approx Froly. HEX triplet: E1, 72 and 74. RGB value is (225,114,116). Sum of RGB (Red+Green+Blue) = 225+114+116=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E17274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17274 is #1E8D8B. Grayscale: #939393. Windows color (decimal): -2002316 or 7631585. OLE color: 7631585.

HSL color Cylindrical-coordinate representation of color #E17274: hue angle of 358.92º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E17274 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB225114116-
CMYK00.490.480.12
HSL358.92º64.91%66.47%-
HSV(B)358.92º49.33%88.24%-
XYZ40.2229.320.06-
YUV147.42110.27183.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.45%
GREEN value IS 114 (44.92% from 255) = 25.05%
BLUE value IS 116 (45.70% from 255) = 25.49%
R=49.45%
G=25.05%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511411600.490.480.12358.9264.9166.47
HexE1727403130C1674142
Octal3411621640616014547101102
Binary11100001111001011101000110001110000110010110011110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17274; }

 p { color: rgb(225,114,116); }

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

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

 a { background-color: rgb(225,114,116); }

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

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

 span { border-color: rgb(225,114,116); }

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