#E6656F

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

Shades of Froly #E6656F

Tints of Froly #E6656F

Color information

#E6656F (or 0xE6656F) is unknown color: approx Froly. HEX triplet: E6, 65 and 6F. RGB value is (230,101,111). Sum of RGB (Red+Green+Blue) = 230+101+111=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E6656F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6656F is #199A90. Grayscale: #8C8C8C. Windows color (decimal): -1677969 or 7300582. OLE color: 7300582.

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

Color convert

RGB230101111-
CMYK00.560.520.10
HSL355.35º72.07%64.9%-
HSV(B)355.35º56.09%90.2%-
XYZ40.1627.2818.19-
YUV140.71111.24191.69-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.04%
GREEN value IS 101 (39.84% from 255) = 22.85%
BLUE value IS 111 (43.75% from 255) = 25.11%
R=52.04%
G=22.85%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010111100.560.520.10355.3572.0764.9
HexE6656F03834A1634841
Octal3461451570706412543110101
Binary11100110110010111011110111000110100101010110001110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6656F; }

 p { color: rgb(230,101,111); }

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

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

 a { background-color: rgb(230,101,111); }

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

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

 span { border-color: rgb(230,101,111); }

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