#E55B4B

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

Shades of Flamingo #E55B4B

Tints of Flamingo #E55B4B

Color information

#E55B4B (or 0xE55B4B) is unknown color: approx Flamingo. HEX triplet: E5, 5B and 4B. RGB value is (229,91,75). Sum of RGB (Red+Green+Blue) = 229+91+75=395 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.97% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 229 - color contains mainly: red. Hex color #E55B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55B4B is #1AA4B4. Grayscale: #828282. Windows color (decimal): -1746101 or 4938725. OLE color: 4938725.

HSL color Cylindrical-coordinate representation of color #E55B4B: hue angle of 6.23º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E55B4B is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB2299175-
CMYK00.600.670.10
HSL6.23º74.76%59.61%-
HSV(B)6.23º67.25%89.8%-
XYZ37.3224.659.45-
YUV130.4496.72198.3-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 57.97%
GREEN value IS 91 (35.94% from 255) = 23.04%
BLUE value IS 75 (29.69% from 255) = 18.99%
R=57.97%
G=23.04%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229917500.600.670.106.2374.7659.61
HexE55B4B03C43A64b3c
Octal34513311307410312611374
Binary11100101101101110010110111100100001110101101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55B4B; }

 p { color: rgb(229,91,75); }

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

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

 a { background-color: rgb(229,91,75); }

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

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

 span { border-color: rgb(229,91,75); }

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