#E9534D

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

Shades of Flamingo #E9534D

Tints of Flamingo #E9534D

Color information

#E9534D (or 0xE9534D) is unknown color: approx Flamingo. HEX triplet: E9, 53 and 4D. RGB value is (233,83,77). Sum of RGB (Red+Green+Blue) = 233+83+77=393 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.29% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 233 - color contains mainly: red. Hex color #E9534D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9534D is #16ACB2. Grayscale: #7F7F7F. Windows color (decimal): -1486003 or 5067753. OLE color: 5067753.

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

Color convert

RGB2338377-
CMYK00.640.670.09
HSL2.31º78%60.78%-
HSV(B)2.31º66.95%91.37%-
XYZ38.0424.059.66-
YUV127.1799.7203.49-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 59.29%
GREEN value IS 83 (32.81% from 255) = 21.12%
BLUE value IS 77 (30.47% from 255) = 19.59%
R=59.29%
G=21.12%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233837700.640.670.092.317860.78
HexE9534D04043924e3d
Octal351123115010010311211675
Binary11101001101001110011010100000010000111001101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9534D; }

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

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

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

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

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

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

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

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