#E65D64

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

Shades of Froly #E65D64

Tints of Froly #E65D64

Color information

#E65D64 (or 0xE65D64) is unknown color: approx Froly. HEX triplet: E6, 5D and 64. RGB value is (230,93,100). Sum of RGB (Red+Green+Blue) = 230+93+100=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65D64 is #19A29B. Grayscale: #868686. Windows color (decimal): -1680028 or 6577638. OLE color: 6577638.

HSL color Cylindrical-coordinate representation of color #E65D64: hue angle of 356.93º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65D64 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB23093100-
CMYK00.600.570.10
HSL356.93º73.26%63.33%-
HSV(B)356.93º59.57%90.2%-
XYZ38.8525.5714.94-
YUV134.76108.39195.93-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 54.37%
GREEN value IS 93 (36.72% from 255) = 21.99%
BLUE value IS 100 (39.45% from 255) = 23.64%
R=54.37%
G=21.99%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.57
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309310000.600.570.10356.9373.2663.33
HexE65D6403C39A165493f
Octal346135144074711254511177
Binary1110011010111011100100011110011100110101011001011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65D64; }

 p { color: rgb(230,93,100); }

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

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

 a { background-color: rgb(230,93,100); }

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

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

 span { border-color: rgb(230,93,100); }

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