#E65F6C

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

Shades of Froly #E65F6C

Tints of Froly #E65F6C

Color information

#E65F6C (or 0xE65F6C) is unknown color: approx Froly. HEX triplet: E6, 5F and 6C. RGB value is (230,95,108). Sum of RGB (Red+Green+Blue) = 230+95+108=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65F6C is #19A093. Grayscale: #888888. Windows color (decimal): -1679508 or 7102438. OLE color: 7102438.

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

Color convert

RGB23095108-
CMYK00.590.530.10
HSL354.22º72.97%63.73%-
HSV(B)354.22º58.7%90.2%-
XYZ39.4326.0917.14-
YUV136.85111.73194.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 53.12%
GREEN value IS 95 (37.5% from 255) = 21.94%
BLUE value IS 108 (42.58% from 255) = 24.94%
R=53.12%
G=21.94%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309510800.590.530.10354.2272.9763.73
HexE65F6C03B35A1624940
Octal3461371540736512542111100
Binary11100110101111111011000111011110101101010110001010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65F6C; }

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

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

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

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

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

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

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

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