#E95A51

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

Shades of Flamingo #E95A51

Tints of Flamingo #E95A51

Color information

#E95A51 (or 0xE95A51) is unknown color: approx Flamingo. HEX triplet: E9, 5A and 51. RGB value is (233,90,81). Sum of RGB (Red+Green+Blue) = 233+90+81=404 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.67% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95A51 is #16A5AE. Grayscale: #838383. Windows color (decimal): -1484207 or 5331689. OLE color: 5331689.

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

Color convert

RGB2339081-
CMYK00.610.650.09
HSL3.55º77.55%61.57%-
HSV(B)3.55º65.24%91.37%-
XYZ38.7525.2310.61-
YUV131.7399.38200.23-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 57.67%
GREEN value IS 90 (35.55% from 255) = 22.28%
BLUE value IS 81 (32.03% from 255) = 20.05%
R=57.67%
G=22.28%
B=20.05%

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
Decimal233908100.610.650.093.5577.5561.57
HexE95A5103D41944e3e
Octal35113212107510111411676
Binary11101001101101010100010111101100000110011001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95A51; }

 p { color: rgb(233,90,81); }

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

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

 a { background-color: rgb(233,90,81); }

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

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

 span { border-color: rgb(233,90,81); }

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