#EC6252

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

Shades of Flamingo #EC6252

Tints of Flamingo #EC6252

Color information

#EC6252 (or 0xEC6252) is unknown color: approx Flamingo. HEX triplet: EC, 62 and 52. RGB value is (236,98,82). Sum of RGB (Red+Green+Blue) = 236+98+82=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6252 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6252 is #139DAD. Grayscale: #898989. Windows color (decimal): -1285550 or 5399276. OLE color: 5399276.

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

Color convert

RGB2369882-
CMYK00.580.650.07
HSL6.23º80.21%62.35%-
HSV(B)6.23º65.25%92.55%-
XYZ40.4827.1811.09-
YUV137.4496.72198.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.73%
GREEN value IS 98 (38.67% from 255) = 23.56%
BLUE value IS 82 (32.42% from 255) = 19.71%
R=56.73%
G=23.56%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236988200.580.650.076.2380.2162.35
HexEC625203A4176503e
Octal3541421220721017612076
Binary1110110011000101010010011101010000011111101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6252; }

 p { color: rgb(236,98,82); }

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

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

 a { background-color: rgb(236,98,82); }

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

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

 span { border-color: rgb(236,98,82); }

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