#E95E4A

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

Shades of Flamingo #E95E4A

Tints of Flamingo #E95E4A

Color information

#E95E4A (or 0xE95E4A) is unknown color: approx Flamingo. HEX triplet: E9, 5E and 4A. RGB value is (233,94,74). Sum of RGB (Red+Green+Blue) = 233+94+74=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E95E4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95E4A is #16A1B5. Grayscale: #858585. Windows color (decimal): -1483190 or 4873961. OLE color: 4873961.

HSL color Cylindrical-coordinate representation of color #E95E4A: hue angle of 7.55º 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 #E95E4A is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB2339474-
CMYK00.600.680.09
HSL7.55º78.33%60.2%-
HSV(B)7.55º68.24%91.37%-
XYZ38.8425.829.42-
YUV133.2894.55199.13-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 58.10%
GREEN value IS 94 (37.11% from 255) = 23.44%
BLUE value IS 74 (29.30% from 255) = 18.45%
R=58.10%
G=23.44%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233947400.600.680.097.5578.3360.2
HexE95E4A03C44984e3c
Octal351136112074104111011674
Binary111010011011110100101001111001000100100110001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95E4A; }

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

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

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

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

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

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

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

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