#E95750

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

Shades of Flamingo #E95750

Tints of Flamingo #E95750

Color information

#E95750 (or 0xE95750) is unknown color: approx Flamingo. HEX triplet: E9, 57 and 50. RGB value is (233,87,80). Sum of RGB (Red+Green+Blue) = 233+87+80=400 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.25% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 233 - color contains mainly: red. Hex color #E95750 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95750 is #16A8AF. Grayscale: #828282. Windows color (decimal): -1484976 or 5265385. OLE color: 5265385.

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

Color convert

RGB2338780-
CMYK00.630.660.09
HSL2.75º77.66%61.37%-
HSV(B)2.75º65.67%91.37%-
XYZ38.4624.7210.33-
YUV129.8699.87201.57-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 58.25%
GREEN value IS 87 (34.38% from 255) = 21.75%
BLUE value IS 80 (31.64% from 255) = 20%
R=58.25%
G=21.75%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233878000.630.660.092.7577.6661.37
HexE9575003F42934e3d
Octal35112712007710211311675
Binary1110100110101111010000011111110000101001111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95750; }

 p { color: rgb(233,87,80); }

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

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

 a { background-color: rgb(233,87,80); }

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

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

 span { border-color: rgb(233,87,80); }

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