#E95552

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

Shades of Flamingo #E95552

Tints of Flamingo #E95552

Color information

#E95552 (or 0xE95552) is unknown color: approx Flamingo. HEX triplet: E9, 55 and 52. RGB value is (233,85,82). Sum of RGB (Red+Green+Blue) = 233+85+82=400 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.25% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 233 - color contains mainly: red. Hex color #E95552 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95552 is #16AAAD. Grayscale: #818181. Windows color (decimal): -1485486 or 5395945. OLE color: 5395945.

HSL color Cylindrical-coordinate representation of color #E95552: hue angle of 1.19º degrees, saturation: 0.77, 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 #E95552 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB2338582-
CMYK00.640.650.09
HSL1.19º77.44%61.76%-
HSV(B)1.19º64.81%91.37%-
XYZ38.3824.4310.68-
YUV128.91101.53202.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 58.25%
GREEN value IS 85 (33.59% from 255) = 21.25%
BLUE value IS 82 (32.42% from 255) = 20.5%
R=58.25%
G=21.25%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233858200.640.650.091.1977.4461.76
HexE9555204041914d3e
Octal351125122010010111111576
Binary1110100110101011010010010000001000001100111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95552; }

 p { color: rgb(233,85,82); }

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

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

 a { background-color: rgb(233,85,82); }

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

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

 span { border-color: rgb(233,85,82); }

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