#E75F6F

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

Shades of Froly #E75F6F

Tints of Froly #E75F6F

Color information

#E75F6F (or 0xE75F6F) is unknown color: approx Froly. HEX triplet: E7, 5F and 6F. RGB value is (231,95,111). Sum of RGB (Red+Green+Blue) = 231+95+111=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E75F6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75F6F is #18A090. Grayscale: #898989. Windows color (decimal): -1613969 or 7299047. OLE color: 7299047.

HSL color Cylindrical-coordinate representation of color #E75F6F: hue angle of 352.94º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E75F6F is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB23195111-
CMYK00.590.520.09
HSL352.94º73.91%63.92%-
HSV(B)352.94º58.87%90.59%-
XYZ39.9226.3218.02-
YUV137.49113.06194.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.86%
GREEN value IS 95 (37.5% from 255) = 21.74%
BLUE value IS 111 (43.75% from 255) = 25.40%
R=52.86%
G=21.74%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319511100.590.520.09352.9473.9163.92
HexE75F6F03B3491614a40
Octal3471371570736411541112100
Binary11100111101111111011110111011110100100110110000110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75F6F; }

 p { color: rgb(231,95,111); }

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

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

 a { background-color: rgb(231,95,111); }

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

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

 span { border-color: rgb(231,95,111); }

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