#EE544E

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

Shades of Flamingo #EE544E

Tints of Flamingo #EE544E

Color information

#EE544E (or 0xEE544E) is unknown color: approx Flamingo. HEX triplet: EE, 54 and 4E. RGB value is (238,84,78). Sum of RGB (Red+Green+Blue) = 238+84+78=400 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.5% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 238 - color contains mainly: red. Hex color #EE544E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE544E is #11ABB1. Grayscale: #818181. Windows color (decimal): -1158066 or 5133550. OLE color: 5133550.

HSL color Cylindrical-coordinate representation of color #EE544E: hue angle of 2.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE544E is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB2388478-
CMYK00.650.670.07
HSL2.25º82.47%61.96%-
HSV(B)2.25º67.23%93.33%-
XYZ39.8125.079.95-
YUV129.3699.02205.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 59.5%
GREEN value IS 84 (33.20% from 255) = 21%
BLUE value IS 78 (30.86% from 255) = 19.5%
R=59.5%
G=21%
B=19.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238847800.650.670.072.2582.4761.96
HexEE544E0414372523e
Octal35612411601011037212276
Binary1110111010101001001110010000011000011111101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE544E; }

 p { color: rgb(238,84,78); }

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

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

 a { background-color: rgb(238,84,78); }

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

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

 span { border-color: rgb(238,84,78); }

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