#E67075

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

Shades of Froly #E67075

Tints of Froly #E67075

Color information

#E67075 (or 0xE67075) is unknown color: approx Froly. HEX triplet: E6, 70 and 75. RGB value is (230,112,117). Sum of RGB (Red+Green+Blue) = 230+112+117=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E67075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67075 is #198F8A. Grayscale: #939393. Windows color (decimal): -1675147 or 7696614. OLE color: 7696614.

HSL color Cylindrical-coordinate representation of color #E67075: hue angle of 357.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 #E67075 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB230112117-
CMYK00.510.490.10
HSL357.46º70.24%67.06%-
HSV(B)357.46º51.3%90.2%-
XYZ41.6429.720.37-
YUV147.85110.59186.59-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.11%
GREEN value IS 112 (44.14% from 255) = 24.40%
BLUE value IS 117 (46.09% from 255) = 25.49%
R=50.11%
G=24.40%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011211700.510.490.10357.4670.2467.06
HexE6707503331A1654643
Octal3461601650636112545106103
Binary11100110111000011101010110011110001101010110010110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67075; }

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

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

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

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

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

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

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

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