#E67475

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

Shades of Froly #E67475

Tints of Froly #E67475

Color information

#E67475 (or 0xE67475) is unknown color: approx Froly. HEX triplet: E6, 74 and 75. RGB value is (230,116,117). Sum of RGB (Red+Green+Blue) = 230+116+117=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E67475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67475 is #198B8A. Grayscale: #969696. Windows color (decimal): -1674123 or 7697638. OLE color: 7697638.

HSL color Cylindrical-coordinate representation of color #E67475: hue angle of 359.47º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E67475 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB230116117-
CMYK00.500.490.10
HSL359.47º69.51%67.84%-
HSV(B)359.47º49.57%90.2%-
XYZ42.0930.620.52-
YUV150.2109.27184.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.68%
GREEN value IS 116 (45.70% from 255) = 25.05%
BLUE value IS 117 (46.09% from 255) = 25.27%
R=49.68%
G=25.05%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011611700.500.490.10359.4769.5167.84
HexE6747503231A1674644
Octal3461641650626112547106104
Binary11100110111010011101010110010110001101010110011110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67475; }

 p { color: rgb(230,116,117); }

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

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

 a { background-color: rgb(230,116,117); }

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

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

 span { border-color: rgb(230,116,117); }

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