#E65F68

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

Shades of Froly #E65F68

Tints of Froly #E65F68

Color information

#E65F68 (or 0xE65F68) is unknown color: approx Froly. HEX triplet: E6, 5F and 68. RGB value is (230,95,104). Sum of RGB (Red+Green+Blue) = 230+95+104=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65F68 is #19A097. Grayscale: #888888. Windows color (decimal): -1679512 or 6840294. OLE color: 6840294.

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

Color convert

RGB23095104-
CMYK00.590.550.10
HSL356º72.97%63.73%-
HSV(B)356º58.7%90.2%-
XYZ39.2226.0116.05-
YUV136.39109.73194.77-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 53.61%
GREEN value IS 95 (37.5% from 255) = 22.14%
BLUE value IS 104 (41.02% from 255) = 24.24%
R=53.61%
G=22.14%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309510400.590.550.1035672.9763.73
HexE65F6803B37A1644940
Octal3461371500736712544111100
Binary11100110101111111010000111011110111101010110010010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65F68; }

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

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

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

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

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

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

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

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