#e35c68

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

Shades of Froly #E35C68

Tints of Froly #E35C68

Color information

#E35C68 (or 0xE35C68) is unknown color: approx Froly. HEX triplet: E3, 5C and 68. RGB value is (227,92,104). Sum of RGB (Red+Green+Blue) = 227+92+104=423 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.66% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35C68 is #1CA397. Grayscale: #858585. Windows color (decimal): -1876888 or 6839523. OLE color: 6839523.

HSL color Cylindrical-coordinate representation of color #E35C68: hue angle of 354.67º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35C68 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB22792104-
CMYK00.590.540.11
HSL354.67º70.68%62.55%-
HSV(B)354.67º59.47%89.02%-
XYZ3824.9815.92-
YUV133.73111.23194.52-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.66%
GREEN value IS 92 (36.33% from 255) = 21.75%
BLUE value IS 104 (41.02% from 255) = 24.59%
R=53.66%
G=21.75%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279210400.590.540.11354.6770.6862.55
HexE35C6803B36B163473f
Octal343134150073661354310777
Binary1110001110111001101000011101111011010111011000111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e35c68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e35c68; }

 p { color: rgb(227,92,104); }

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

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

 a { background-color: rgb(227,92,104); }

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

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

 span { border-color: rgb(227,92,104); }

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