#E6667E

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

Shades of Froly #E6667E

Tints of Froly #E6667E

Color information

#E6667E (or 0xE6667E) is unknown color: approx Froly. HEX triplet: E6, 66 and 7E. RGB value is (230,102,126). Sum of RGB (Red+Green+Blue) = 230+102+126=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E6667E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6667E is #199981. Grayscale: #8F8F8F. Windows color (decimal): -1677698 or 8283878. OLE color: 8283878.

HSL color Cylindrical-coordinate representation of color #E6667E: hue angle of 348.75º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E6667E is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB230102126-
CMYK00.560.450.10
HSL348.75º71.91%65.1%-
HSV(B)348.75º55.65%90.2%-
XYZ41.1527.8322.94-
YUV143.01118.41190.05-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.22%
GREEN value IS 102 (40.23% from 255) = 22.27%
BLUE value IS 126 (49.61% from 255) = 27.51%
R=50.22%
G=22.27%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010212600.560.450.10348.7571.9165.1
HexE6667E0382DA15d4841
Octal3461461760705512535110101
Binary11100110110011011111100111000101101101010101110110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6667E; }

 p { color: rgb(230,102,126); }

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

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

 a { background-color: rgb(230,102,126); }

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

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

 span { border-color: rgb(230,102,126); }

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