#E0674B

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

Shades of Flamingo #E0674B

Tints of Flamingo #E0674B

Color information

#E0674B (or 0xE0674B) is unknown color: approx Flamingo. HEX triplet: E0, 67 and 4B. RGB value is (224,103,75). Sum of RGB (Red+Green+Blue) = 224+103+75=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E0674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0674B is #1F98B4. Grayscale: #888888. Windows color (decimal): -2070709 or 4941792. OLE color: 4941792.

HSL color Cylindrical-coordinate representation of color #E0674B: hue angle of 11.28º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0674B is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB22410375-
CMYK00.540.670.12
HSL11.28º70.62%58.63%-
HSV(B)11.28º66.52%87.84%-
XYZ36.8626.069.74-
YUV135.9993.59190.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 55.72%
GREEN value IS 103 (40.62% from 255) = 25.62%
BLUE value IS 75 (29.69% from 255) = 18.66%
R=55.72%
G=25.62%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241037500.540.670.1211.2870.6258.63
HexE0674B03643Cb473b
Octal340147113066103141310773
Binary111000001100111100101101101101000011110010111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0674B; }

 p { color: rgb(224,103,75); }

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

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

 a { background-color: rgb(224,103,75); }

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

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

 span { border-color: rgb(224,103,75); }

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