#E95A4A

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

Shades of Flamingo #E95A4A

Tints of Flamingo #E95A4A

Color information

#E95A4A (or 0xE95A4A) is unknown color: approx Flamingo. HEX triplet: E9, 5A and 4A. RGB value is (233,90,74). Sum of RGB (Red+Green+Blue) = 233+90+74=397 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.69% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95A4A is #16A5B5. Grayscale: #838383. Windows color (decimal): -1484214 or 4872937. OLE color: 4872937.

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

Color convert

RGB2339074-
CMYK00.610.680.09
HSL6.04º78.33%60.2%-
HSV(B)6.04º68.24%91.37%-
XYZ38.525.139.3-
YUV130.9395.88200.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 58.69%
GREEN value IS 90 (35.55% from 255) = 22.67%
BLUE value IS 74 (29.30% from 255) = 18.64%
R=58.69%
G=22.67%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233907400.610.680.096.0478.3360.2
HexE95A4A03D44964e3c
Octal35113211207510411611674
Binary11101001101101010010100111101100010010011101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95A4A; }

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

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

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

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

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

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

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

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