#E67174

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

Shades of Froly #E67174

Tints of Froly #E67174

Color information

#E67174 (or 0xE67174) is unknown color: approx Froly. HEX triplet: E6, 71 and 74. RGB value is (230,113,116). Sum of RGB (Red+Green+Blue) = 230+113+116=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E67174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67174 is #198E8B. Grayscale: #949494. Windows color (decimal): -1674892 or 7631334. OLE color: 7631334.

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

Color convert

RGB230113116-
CMYK00.510.500.10
HSL358.46º70.06%67.25%-
HSV(B)358.46º50.87%90.2%-
XYZ41.6929.8920.1-
YUV148.32109.76186.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.11%
GREEN value IS 113 (44.53% from 255) = 24.62%
BLUE value IS 116 (45.70% from 255) = 25.27%
R=50.11%
G=24.62%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011311600.510.500.10358.4670.0667.25
HexE6717403332A1664643
Octal3461611640636212546106103
Binary11100110111000111101000110011110010101010110011010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67174; }

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

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

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

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

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

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

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

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