#E6584D

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

Shades of Flamingo #E6584D

Tints of Flamingo #E6584D

Color information

#E6584D (or 0xE6584D) is unknown color: approx Flamingo. HEX triplet: E6, 58 and 4D. RGB value is (230,88,77). Sum of RGB (Red+Green+Blue) = 230+88+77=395 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.23% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 230 - color contains mainly: red. Hex color #E6584D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6584D is #19A7B2. Grayscale: #818181. Windows color (decimal): -1681331 or 5069030. OLE color: 5069030.

HSL color Cylindrical-coordinate representation of color #E6584D: hue angle of 4.31º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6584D is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB2308877-
CMYK00.620.670.10
HSL4.31º75.37%60.2%-
HSV(B)4.31º66.52%90.2%-
XYZ37.4624.349.74-
YUV129.298.54199.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 58.23%
GREEN value IS 88 (34.77% from 255) = 22.28%
BLUE value IS 77 (30.47% from 255) = 19.49%
R=58.23%
G=22.28%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230887700.620.670.104.3175.3760.2
HexE6584D03E43A44b3c
Octal34613011507610312411374
Binary11100110101100010011010111110100001110101001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6584D; }

 p { color: rgb(230,88,77); }

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

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

 a { background-color: rgb(230,88,77); }

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

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

 span { border-color: rgb(230,88,77); }

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