#E65968

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

Shades of Froly #E65968

Tints of Froly #E65968

Color information

#E65968 (or 0xE65968) is unknown color: approx Froly. HEX triplet: E6, 59 and 68. RGB value is (230,89,104). Sum of RGB (Red+Green+Blue) = 230+89+104=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E65968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65968 is #19A697. Grayscale: #848484. Windows color (decimal): -1681048 or 6838758. OLE color: 6838758.

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

Color convert

RGB23089104-
CMYK00.610.550.10
HSL353.62º73.82%62.55%-
HSV(B)353.62º61.3%90.2%-
XYZ38.724.9715.88-
YUV132.87111.71197.28-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 54.37%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 104 (41.02% from 255) = 24.59%
R=54.37%
G=21.04%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2308910400.610.550.10353.6273.8262.55
HexE6596803D37A1624a3f
Octal346131150075671254211277
Binary1110011010110011101000011110111011110101011000101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65968; }

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

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

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

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

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

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

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

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