#E66768

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

Shades of Froly #E66768

Tints of Froly #E66768

Color information

#E66768 (or 0xE66768) is unknown color: approx Froly. HEX triplet: E6, 67 and 68. RGB value is (230,103,104). Sum of RGB (Red+Green+Blue) = 230+103+104=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E66768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66768 is #199897. Grayscale: #8D8D8D. Windows color (decimal): -1677464 or 6842342. OLE color: 6842342.

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

Color convert

RGB230103104-
CMYK00.550.550.10
HSL359.53º71.75%65.29%-
HSV(B)359.53º55.22%90.2%-
XYZ39.9827.5216.3-
YUV141.09107.08191.42-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.63%
GREEN value IS 103 (40.62% from 255) = 23.57%
BLUE value IS 104 (41.02% from 255) = 23.80%
R=52.63%
G=23.57%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010310400.550.550.10359.5371.7565.29
HexE6676803737A1684841
Octal3461471500676712550110101
Binary11100110110011111010000110111110111101010110100010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66768; }

 p { color: rgb(230,103,104); }

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

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

 a { background-color: rgb(230,103,104); }

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

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

 span { border-color: rgb(230,103,104); }

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