#E6616D

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

Shades of Froly #E6616D

Tints of Froly #E6616D

Color information

#E6616D (or 0xE6616D) is unknown color: approx Froly. HEX triplet: E6, 61 and 6D. RGB value is (230,97,109). Sum of RGB (Red+Green+Blue) = 230+97+109=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E6616D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6616D is #199E92. Grayscale: #8A8A8A. Windows color (decimal): -1678995 or 7168486. OLE color: 7168486.

HSL color Cylindrical-coordinate representation of color #E6616D: hue angle of 354.59º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E6616D is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB23097109-
CMYK00.580.530.10
HSL354.59º72.68%64.12%-
HSV(B)354.59º57.83%90.2%-
XYZ39.6726.4817.49-
YUV138.14111.56193.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.75%
GREEN value IS 97 (38.28% from 255) = 22.25%
BLUE value IS 109 (42.97% from 255) = 25%
R=52.75%
G=22.25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309710900.580.530.10354.5972.6864.12
HexE6616D03A35A1634940
Octal3461411550726512543111100
Binary11100110110000111011010111010110101101010110001110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6616D; }

 p { color: rgb(230,97,109); }

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

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

 a { background-color: rgb(230,97,109); }

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

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

 span { border-color: rgb(230,97,109); }

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