Html Css Color HEX #EC6046 Flamingo

📋 copy color: '#EC6046'

red 236 ◦ green 96 ◦ blue 70

#EC6046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamingo #EC6046

Tints of Flamingo #EC6046

RGB

 RED value IS 236 (92.58% from 255) = 58.71%

 GREEN value IS 96 (37.89% from 255) = 23.88%

 BLUE value IS 70 (27.73% from 255) = 17.41%

R = 58.71%
G = 23.88%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC6046 (or 0xEC6046) is known color: Flamingo. HEX triplet: EC, 60 and 46. RGB value is (236,96,70). Sum of RGB (Red+Green+Blue) = 236+96+70=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6046 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6046 is #139FB9. Grayscale: #878787. Windows color (decimal): -1286074 or 4612332. OLE color: 4612332.

HSL color Cylindrical-coordinate representation of color #EC6046: hue angle of 9.4º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC6046 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 96 70 -
CMYK 0 0.59 0.70 0.07
HSL 9.4º 0.81% 0.6% -
HSV(B) 9.4º 0.7% 0.93% -
XYZ 39.88 26.64 8.83 -
YUV 134.9 91.38 200.11 -
System Red Green Blue C M Y K H S L
Decimal 236 96 70 0 0.59 0.70 0.07 9.4 0.81 0.6
Hex EC 60 46 0 3B 46 7 9 51 3C
Octal 354 140 106 0 73 106 7 11 121 74
Binary 11101100 1100000 1000110 0 111011 1000110 111 1001 1010001 111100

Color Harmonies of #EC6046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6046

Black with #EC6046

Text Example


Text Example

White with #EC6046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6046; }

 p { color: rgb(236,96,70); }

 H1.HeaderClassName
 {
   color: #EC6046;
 }
 .AnyTagClassName
 {
   color: #EC6046;
 }
</style>

background-color css

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

 a { background-color: rgb(236,96,70); }

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

border-color css

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

 span { border-color: rgb(236,96,70); }

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