#E9514D

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

Shades of Flamingo #E9514D

Tints of Flamingo #E9514D

Color information

#E9514D (or 0xE9514D) is unknown color: approx Flamingo. HEX triplet: E9, 51 and 4D. RGB value is (233,81,77). Sum of RGB (Red+Green+Blue) = 233+81+77=391 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.59% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 233 - color contains mainly: red. Hex color #E9514D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9514D is #16AEB2. Grayscale: #7E7E7E. Windows color (decimal): -1486515 or 5067241. OLE color: 5067241.

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

Color convert

RGB2338177-
CMYK00.650.670.09
HSL1.54º78%60.78%-
HSV(B)1.54º66.95%91.37%-
XYZ37.8923.749.61-
YUV125.99100.36204.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 59.59%
GREEN value IS 81 (32.03% from 255) = 20.72%
BLUE value IS 77 (30.47% from 255) = 19.69%
R=59.59%
G=20.72%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233817700.650.670.091.547860.78
HexE9514D04143924e3d
Octal351121115010110311211675
Binary11101001101000110011010100000110000111001101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9514D; }

 p { color: rgb(233,81,77); }

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

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

 a { background-color: rgb(233,81,77); }

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

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

 span { border-color: rgb(233,81,77); }

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