#E9524C

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

Shades of Flamingo #E9524C

Tints of Flamingo #E9524C

Color information

#E9524C (or 0xE9524C) is unknown color: approx Flamingo. HEX triplet: E9, 52 and 4C. RGB value is (233,82,76). Sum of RGB (Red+Green+Blue) = 233+82+76=391 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.59% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 233 - color contains mainly: red. Hex color #E9524C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9524C is #16ADB3. Grayscale: #7E7E7E. Windows color (decimal): -1486260 or 5001961. OLE color: 5001961.

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

Color convert

RGB2338276-
CMYK00.650.670.09
HSL2.29º78.11%60.59%-
HSV(B)2.29º67.38%91.37%-
XYZ37.9323.889.45-
YUV126.4699.53203.99-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 59.59%
GREEN value IS 82 (32.42% from 255) = 20.97%
BLUE value IS 76 (30.08% from 255) = 19.44%
R=59.59%
G=20.97%
B=19.44%

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
Decimal233827600.650.670.092.2978.1160.59
HexE9524C04143924e3d
Octal351122114010110311211675
Binary11101001101001010011000100000110000111001101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9524C; }

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

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

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

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

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

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

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

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