#EC6458

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

Shades of Flamingo #EC6458

Tints of Flamingo #EC6458

Color information

#EC6458 (or 0xEC6458) is unknown color: approx Flamingo. HEX triplet: EC, 64 and 58. RGB value is (236,100,88). Sum of RGB (Red+Green+Blue) = 236+100+88=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6458 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6458 is #139BA7. Grayscale: #8B8B8B. Windows color (decimal): -1285032 or 5793004. OLE color: 5793004.

HSL color Cylindrical-coordinate representation of color #EC6458: hue angle of 4.86º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC6458 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB23610088-
CMYK00.580.630.07
HSL4.86º79.57%63.53%-
HSV(B)4.86º62.71%92.55%-
XYZ40.9127.6512.41-
YUV139.399.06196.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.66%
GREEN value IS 100 (39.45% from 255) = 23.58%
BLUE value IS 88 (34.77% from 255) = 20.75%
R=55.66%
G=23.58%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361008800.580.630.074.8679.5763.53
HexEC645803A3F755040
Octal3541441300727775120100
Binary1110110011001001011000011101011111111110110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6458; }

 p { color: rgb(236,100,88); }

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

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

 a { background-color: rgb(236,100,88); }

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

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

 span { border-color: rgb(236,100,88); }

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