#E35F6B

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

Shades of Froly #E35F6B

Tints of Froly #E35F6B

Color information

#E35F6B (or 0xE35F6B) is unknown color: approx Froly. HEX triplet: E3, 5F and 6B. RGB value is (227,95,107). Sum of RGB (Red+Green+Blue) = 227+95+107=429 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.91% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35F6B is #1CA094. Grayscale: #878787. Windows color (decimal): -1876117 or 7036899. OLE color: 7036899.

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

Color convert

RGB22795107-
CMYK00.580.530.11
HSL354.55º70.21%63.14%-
HSV(B)354.55º58.15%89.02%-
XYZ38.4225.5816.82-
YUV135.84111.73193.02-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 52.91%
GREEN value IS 95 (37.5% from 255) = 22.14%
BLUE value IS 107 (42.19% from 255) = 24.94%
R=52.91%
G=22.14%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279510700.580.530.11354.5570.2163.14
HexE35F6B03A35B163463f
Octal343137153072651354310677
Binary1110001110111111101011011101011010110111011000111000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35F6B; }

 p { color: rgb(227,95,107); }

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

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

 a { background-color: rgb(227,95,107); }

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

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

 span { border-color: rgb(227,95,107); }

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