#EA5645

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

Shades of Flamingo #EA5645

Tints of Flamingo #EA5645

Color information

#EA5645 (or 0xEA5645) is unknown color: approx Flamingo. HEX triplet: EA, 56 and 45. RGB value is (234,86,69). Sum of RGB (Red+Green+Blue) = 234+86+69=389 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.15% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5645 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5645 is #15A9BA. Grayscale: #808080. Windows color (decimal): -1419707 or 4544234. OLE color: 4544234.

HSL color Cylindrical-coordinate representation of color #EA5645: hue angle of 6.18º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA5645 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB2348669-
CMYK00.630.710.08
HSL6.18º79.71%59.41%-
HSV(B)6.18º70.51%91.76%-
XYZ38.3324.588.35-
YUV128.3194.53203.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 60.15%
GREEN value IS 86 (33.98% from 255) = 22.11%
BLUE value IS 69 (27.34% from 255) = 17.74%
R=60.15%
G=22.11%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234866900.630.710.086.1879.7159.41
HexEA564503F4786503b
Octal35212610507710710612073
Binary11101010101011010001010111111100011110001101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5645; }

 p { color: rgb(234,86,69); }

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

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

 a { background-color: rgb(234,86,69); }

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

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

 span { border-color: rgb(234,86,69); }

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