#E75952

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

Shades of Flamingo #E75952

Tints of Flamingo #E75952

Color information

#E75952 (or 0xE75952) is unknown color: approx Flamingo. HEX triplet: E7, 59 and 52. RGB value is (231,89,82). Sum of RGB (Red+Green+Blue) = 231+89+82=402 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.46% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 231 - color contains mainly: red. Hex color #E75952 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75952 is #18A6AD. Grayscale: #828282. Windows color (decimal): -1615534 or 5396967. OLE color: 5396967.

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

Color convert

RGB2318982-
CMYK00.610.650.09
HSL2.82º75.63%61.37%-
HSV(B)2.82º64.5%90.59%-
XYZ38.0524.7410.75-
YUV130.66100.54199.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 57.46%
GREEN value IS 89 (35.16% from 255) = 22.14%
BLUE value IS 82 (32.42% from 255) = 20.40%
R=57.46%
G=22.14%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231898200.610.650.092.8275.6361.37
HexE7595203D41934c3d
Octal34713112207510111311475
Binary1110011110110011010010011110110000011001111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75952; }

 p { color: rgb(231,89,82); }

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

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

 a { background-color: rgb(231,89,82); }

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

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

 span { border-color: rgb(231,89,82); }

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