#E95A48

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

Shades of Flamingo #E95A48

Tints of Flamingo #E95A48

Color information

#E95A48 (or 0xE95A48) is unknown color: approx Flamingo. HEX triplet: E9, 5A and 48. RGB value is (233,90,72). Sum of RGB (Red+Green+Blue) = 233+90+72=395 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.99% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95A48 is #16A5B7. Grayscale: #828282. Windows color (decimal): -1484216 or 4741865. OLE color: 4741865.

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

Color convert

RGB2339072-
CMYK00.610.690.09
HSL6.71º78.54%59.8%-
HSV(B)6.71º69.1%91.37%-
XYZ38.4325.18.95-
YUV130.7194.88200.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 58.99%
GREEN value IS 90 (35.55% from 255) = 22.78%
BLUE value IS 72 (28.52% from 255) = 18.23%
R=58.99%
G=22.78%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233907200.610.690.096.7178.5459.8
HexE95A4803D45974f3c
Octal35113211007510511711774
Binary11101001101101010010000111101100010110011111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95A48; }

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

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

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

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

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

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

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

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