#E6707A

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

Shades of Froly #E6707A

Tints of Froly #E6707A

Color information

#E6707A (or 0xE6707A) is unknown color: approx Froly. HEX triplet: E6, 70 and 7A. RGB value is (230,112,122). Sum of RGB (Red+Green+Blue) = 230+112+122=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E6707A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6707A is #198F85. Grayscale: #949494. Windows color (decimal): -1675142 or 8024294. OLE color: 8024294.

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

Color convert

RGB230112122-
CMYK00.510.470.10
HSL354.92º70.24%67.06%-
HSV(B)354.92º51.3%90.2%-
XYZ41.9429.8221.96-
YUV148.42113.09186.19-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.57%
GREEN value IS 112 (44.14% from 255) = 24.14%
BLUE value IS 122 (48.05% from 255) = 26.29%
R=49.57%
G=24.14%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011212200.510.470.10354.9270.2467.06
HexE6707A0332FA1634643
Octal3461601720635712543106103
Binary11100110111000011110100110011101111101010110001110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6707A; }

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

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

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

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

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

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

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

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