#e75f4f

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

Shades of Flamingo #E75F4F

Tints of Flamingo #E75F4F

Color information

#E75F4F (or 0xE75F4F) is unknown color: approx Flamingo. HEX triplet: E7, 5F and 4F. RGB value is (231,95,79). Sum of RGB (Red+Green+Blue) = 231+95+79=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E75F4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75F4F is #18A0B0. Grayscale: #868686. Windows color (decimal): -1614001 or 5201895. OLE color: 5201895.

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

Color convert

RGB2319579-
CMYK00.590.660.09
HSL6.32º76%60.78%-
HSV(B)6.32º65.8%90.59%-
XYZ38.4625.7410.34-
YUV133.8497.06197.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 57.04%
GREEN value IS 95 (37.5% from 255) = 23.46%
BLUE value IS 79 (31.25% from 255) = 19.51%
R=57.04%
G=23.46%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231957900.590.660.096.327660.78
HexE75F4F03B42964c3d
Octal34713711707310211611475
Binary11100111101111110011110111011100001010011101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e75f4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e75f4f; }

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

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

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

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

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

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

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

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