#E67374

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

Shades of Froly #E67374

Tints of Froly #E67374

Color information

#E67374 (or 0xE67374) is unknown color: approx Froly. HEX triplet: E6, 73 and 74. RGB value is (230,115,116). Sum of RGB (Red+Green+Blue) = 230+115+116=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E67374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67374 is #198C8B. Grayscale: #959595. Windows color (decimal): -1674380 or 7631846. OLE color: 7631846.

HSL color Cylindrical-coordinate representation of color #E67374: hue angle of 359.48º 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 #E67374 is Cyan = 0, Magento = 0.5, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB230115116-
CMYK00.50.500.10
HSL359.48º69.7%67.65%-
HSV(B)359.48º50%90.2%-
XYZ41.9230.3520.17-
YUV149.5109.1185.42-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.89%
GREEN value IS 115 (45.31% from 255) = 24.95%
BLUE value IS 116 (45.70% from 255) = 25.16%
R=49.89%
G=24.95%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011511600.50.500.10359.4869.767.65
HexE6737403232A1674644
Octal3461631640626212547106104
Binary11100110111001111101000110010110010101010110011110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67374; }

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

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

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

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

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

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

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

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